Searched refs:hmac_init (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hmac.c | 42 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/ |
D | crypto_libtomcrypt.c | 175 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/ |
D | crypto_libtomcrypt.c | 175 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()
|