OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_init
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
hmac.h
65
hmac_init
(hmac_ctx_t *state, const uint8_t *key, int key_len);
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c
87
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
92
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
114
status =
hmac_init
(&hmac_ctx, mac_key, MAC_KEY_LEN);
164
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
169
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
190
status =
hmac_init
(&hmac_ctx, mac_key, MAC_KEY_LEN);
251
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
256
status =
hmac_init
(&hmac_ctx, key, KEY_LEN);
296
status =
hmac_init
(&hmac_ctx, mac_key, MAC_KEY_LEN);
364
status =
hmac_init
(&hmac_ctx, key, KEY_LEN)
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c
112
hmac_init
(hmac_ctx_t *state, const uint8_t *key, int key_len) {
function
258
(auth_init_func)
hmac_init
,
Completed in 39 milliseconds