/external/srtp/crypto/ae_xfm/ |
xfm.c | 32 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/ |
pkcs7.h | 114 ASN1_OCTET_STRING *enc_key; member in struct:pkcs7_recip_info_st
|
/external/openssl/include/openssl/ |
pkcs7.h | 114 ASN1_OCTET_STRING *enc_key; member in struct:pkcs7_recip_info_st
|