Home | History | Annotate | Download | only in ae_xfm

Lines Matching refs:mac_key

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);
304 unsigned char mac_key[MAC_KEY_LEN];
337 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
360 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);