Searched defs:enc_key (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_aead_ctx.c31 const uint8_t *enc_key, size_t enc_key_len,
50 memcpy(merged_key + mac_key_len, enc_key, enc_key_len);
52 enc_key = merged_key;
66 &aead_ctx->ctx, aead, enc_key, enc_key_len,
29 SSL_AEAD_CTX_new(enum evp_aead_direction_t direction, uint16_t version, const SSL_CIPHER *cipher, const uint8_t *enc_key, size_t enc_key_len, const uint8_t *mac_key, size_t mac_key_len, const uint8_t *fixed_iv, size_t fixed_iv_len) argument
/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);

Completed in 85 milliseconds