Home
last modified time | relevance | path

Searched defs:mac_key (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/ae_xfm/
Dxfm.c33 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_func() local
107 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_inv() local
193 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_enc() local
304 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_dec() local
/external/boringssl/src/ssl/
Dssl_aead_ctx.c32 const uint8_t *mac_key, size_t mac_key_len, in SSL_AEAD_CTX_new()
/external/boringssl/src/crypto/evp/
Devp.c229 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const uint8_t *mac_key, in EVP_PKEY_new_mac_key()
/external/boringssl/src/crypto/cipher/
De_tls.c36 uint8_t mac_key[EVP_MAX_MD_SIZE]; member