Searched refs:hmac_init (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hmac.c | 37 typedef void (*hmac_init)(void *ctx); typedef 44 hmac_init init; 76 c->init = (hmac_init) av_md5_init; in av_hmac_alloc()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
D | hmac_prov.c | 41 static OSSL_FUNC_mac_init_fn hmac_init; variable 173 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function 347 { OSSL_FUNC_MAC_INIT, (void (*)(void))hmac_init },
|
/third_party/openssl/providers/implementations/macs/ |
D | hmac_prov.c | 41 static OSSL_FUNC_mac_init_fn hmac_init; variable 173 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function 347 { OSSL_FUNC_MAC_INIT, (void (*)(void))hmac_init },
|
/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()
|