Searched refs:enc_key (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c67 unsigned char enc_key[ENC_KEY_LEN]; local
89 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
141 unsigned char enc_key[ENC_KEY_LEN]; local
166 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
226 unsigned char enc_key[ENC_KEY_LEN]; local
253 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
337 unsigned char enc_key[ENC_KEY_LEN]; local
366 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
/external/srtp/crypto/ae_xfm/
H A Dxfm.c32 unsigned char enc_key[ENC_KEY_LEN]; local
54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
106 unsigned char enc_key[ENC_KEY_LEN]; local
131 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
192 unsigned char enc_key[ENC_KEY_LEN]; local
219 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
303 unsigned char enc_key[ENC_KEY_LEN]; local
332 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c183 ASN1_STRING_set0(ri->enc_key, ek, eklen);
224 ri->enc_key->data, ri->enc_key->length) <= 0)
236 ri->enc_key->data, ri->enc_key->length) <= 0)
H A Dpk7_asn1.c187 ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
H A Dpkcs7.h114 ASN1_OCTET_STRING *enc_key; member in struct:pkcs7_recip_info_st
/external/openssl/include/openssl/
H A Dpkcs7.h114 ASN1_OCTET_STRING *enc_key; member in struct:pkcs7_recip_info_st
H A Devp.h887 const unsigned char *enc_key,int enc_key_len,
889 int EVP_PKEY_encrypt_old(unsigned char *enc_key,
/external/openssl/crypto/evp/
H A Devp.h887 const unsigned char *enc_key,int enc_key_len,
889 int EVP_PKEY_encrypt_old(unsigned char *enc_key,

Completed in 533 milliseconds