Home
last modified time | relevance | path

Searched refs:hmac_compute (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/ae_xfm/
Dxfm.c54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key); in aes_128_cbc_hmac_sha1_96_func()
59 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key); in aes_128_cbc_hmac_sha1_96_func()
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_func()
131 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key); in aes_128_cbc_hmac_sha1_96_inv()
136 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key); in aes_128_cbc_hmac_sha1_96_inv()
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag); in aes_128_cbc_hmac_sha1_96_inv()
219 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key); in aes_128_cbc_hmac_sha1_96_enc()
224 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key); in aes_128_cbc_hmac_sha1_96_enc()
276 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_enc()
332 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key); in aes_128_cbc_hmac_sha1_96_dec()
[all …]
/external/srtp/crypto/hash/
Dhmac.c170 hmac_compute(hmac_ctx_t *state, const void *message, in hmac_compute() function
259 (auth_compute_func) hmac_compute,
/external/srtp/crypto/include/
Dhmac.h74 hmac_compute(hmac_ctx_t *state, const void *message,
/external/srtp/
DChanges86 output_length, but that value was inaccessible from hmac_compute()