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

  /external/srtp/crypto/ae_xfm/
xfm.c 33 unsigned char mac_key[MAC_KEY_LEN]; local
59 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
79 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
107 unsigned char mac_key[MAC_KEY_LEN]; local
136 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
155 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
193 unsigned char mac_key[MAC_KEY_LEN]; local
224 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
262 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
304 unsigned char mac_key[MAC_KEY_LEN] local
    [all...]
  /external/boringssl/src/crypto/cipher/
e_tls.c 35 /* mac_key is the portion of the key used for the MAC. It is retained
37 uint8_t mac_key[EVP_MAX_MD_SIZE]; member in struct:__anon5803
50 OPENSSL_cleanse(&tls_ctx->mac_key, sizeof(tls_ctx->mac_key));
85 memcpy(tls_ctx->mac_key, key, mac_key_len);
309 tls_ctx->mac_key, tls_ctx->mac_key_len)) {
  /external/boringssl/src/ssl/
ssl_aead_ctx.c 34 const uint8_t *mac_key, size_t mac_key_len,
51 memcpy(merged_key, mac_key, mac_key_len);
internal.h 298 const uint8_t *mac_key, size_t mac_key_len,
    [all...]
  /system/bt/stack/smp/
smp_int.h 320 BT_OCTET16 mac_key; member in struct:__anon74003
390 UINT8 *mac_key, UINT8 *ltk);
527 UINT8 *mac_key, UINT8 *ltk);
smp_keys.c     [all...]
smp_utils.c     [all...]

Completed in 1595 milliseconds