Home
last modified time | relevance | path

Searched refs:hmac_init (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhmac.c42 typedef void (*hmac_init)(void *ctx); typedef
49 hmac_init init;
81 c->init = (hmac_init) av_md5_init; in av_hmac_alloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_libtomcrypt.c175 if (hmac_init(&ctx->u.hmac, find_hash("md5"), key, key_len) != in crypto_hash_init()
180 if (hmac_init(&ctx->u.hmac, find_hash("sha1"), key, key_len) != in crypto_hash_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_libtomcrypt.c175 if (hmac_init(&ctx->u.hmac, find_hash("md5"), key, key_len) != in crypto_hash_init()
180 if (hmac_init(&ctx->u.hmac, find_hash("sha1"), key, key_len) != in crypto_hash_init()