Home
last modified time | relevance | path

Searched refs:HMAC_CTX_new (Results 1 - 25 of 26) sorted by relevance

12

/third_party/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dhmac.rs8 pub fn HMAC_CTX_new() -> *mut HMAC_CTX; in HMAC_CTX_new() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Dhmac.h26 HMAC_CTX *HMAC_CTX_new(void);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhmac.h33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
/third_party/openssl/include/openssl/
H A Dhmac.h33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc81 ctx_.reset(HMAC_CTX_new()); in HmacInit()
229 HMACCtxPointer ctx(HMAC_CTX_new()); in DeriveBits()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c314 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
321 hctx = HMAC_CTX_new(); in pbkdf2_derive()
H A Dhkdf.c529 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c314 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
321 hctx = HMAC_CTX_new(); in pbkdf2_derive()
H A Dhkdf.c529 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls_depr.c103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
/third_party/openssl/ssl/
H A Dtls_depr.c103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c179 ctx->ctx = HMAC_CTX_new(); in lws_genhmac_init()
230 #else /* HMAC_CTX_new */ in lws_genhmac_update()
/third_party/node/deps/openssl/openssl/crypto/hmac/
H A Dhmac.c145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
/third_party/openssl/crypto/hmac/
H A Dhmac.c145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dhmac_prov.c81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_mutl.c162 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/third_party/openssl/crypto/pkcs12/
H A Dp12_mutl.c157 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
/third_party/python/Modules/
H A D_hashopenssl.c1518 ctx = HMAC_CTX_new(); in _hashlib_hmac_new_impl()
1620 HMAC_CTX *ctx = HMAC_CTX_new(); in _hashlib_HMAC_copy_impl()
1686 HMAC_CTX *temp_ctx = HMAC_CTX_new(); in _hmac_digest()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/third_party/openssl/crypto/engine/
H A Deng_openssl.c458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c43 static HMAC_CTX * HMAC_CTX_new(void) in HMAC_CTX_new() function
1014 ctx->ctx = HMAC_CTX_new(); in crypto_hash_init()
1081 ctx = HMAC_CTX_new(); in openssl_hmac_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c48 static HMAC_CTX * HMAC_CTX_new(void) in HMAC_CTX_new() function
1087 ctx->ctx = HMAC_CTX_new(); in crypto_hash_init()
1154 ctx = HMAC_CTX_new(); in openssl_hmac_vector()
/third_party/libcoap/src/
H A Dcoap_openssl.c857 context->dtls.cookie_hmac = HMAC_CTX_new(); in coap_dtls_new_context()

Completed in 33 milliseconds

12