OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_compute
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
hmac.h
74
hmac_compute
(hmac_ctx_t *state, const void *message,
/external/srtp/crypto/ae_xfm/
xfm.c
54
status =
hmac_compute
(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
59
status =
hmac_compute
(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
88
status =
hmac_compute
(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
131
status =
hmac_compute
(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
136
status =
hmac_compute
(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
164
status =
hmac_compute
(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
219
status =
hmac_compute
(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
224
status =
hmac_compute
(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
276
status =
hmac_compute
(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
332
status =
hmac_compute
(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key)
[
all
...]
/external/srtp/crypto/hash/
hmac.c
170
hmac_compute
(hmac_ctx_t *state, const void *message,
function
259
(auth_compute_func)
hmac_compute
,
Completed in 1036 milliseconds