Lines Matching refs:hmac_init
52 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_func()
57 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_func()
79 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN); in aes_128_cbc_hmac_sha1_96_func()
129 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_inv()
134 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_inv()
155 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN); in aes_128_cbc_hmac_sha1_96_inv()
217 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_enc()
222 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_enc()
262 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN); in aes_128_cbc_hmac_sha1_96_enc()
330 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_dec()
335 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_dec()
360 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN); in aes_128_cbc_hmac_sha1_96_dec()