Searched refs:MAC_KEY_LEN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c52 #define MAC_KEY_LEN 16 macro
68 unsigned char mac_key[MAC_KEY_LEN];
94 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
114 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
142 unsigned char mac_key[MAC_KEY_LEN];
171 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
190 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
227 unsigned char mac_key[MAC_KEY_LEN];
258 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
296 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
[all...]
/external/srtp/crypto/ae_xfm/
H A Dxfm.c17 #define MAC_KEY_LEN 16 macro
33 unsigned char mac_key[MAC_KEY_LEN];
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];
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];
224 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
262 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
[all...]

Completed in 146 milliseconds