HomeSort by relevance Sort by last modified time
    Searched refs:enc_key (Results 1 - 7 of 7) sorted by null

  /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/
pk7_doit.c 183 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)
pk7_asn1.c 187 ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
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
evp.h     [all...]
  /external/openssl/crypto/evp/
evp.h     [all...]

Completed in 1486 milliseconds