Searched defs:mac_key (Results 1 – 4 of 4) sorted by relevance
33 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_func() local107 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_inv() local193 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_enc() local304 unsigned char mac_key[MAC_KEY_LEN]; in aes_128_cbc_hmac_sha1_96_dec() local
32 const uint8_t *mac_key, size_t mac_key_len, in SSL_AEAD_CTX_new()
229 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const uint8_t *mac_key, in EVP_PKEY_new_mac_key()
36 uint8_t mac_key[EVP_MAX_MD_SIZE]; member