Home
last modified time | relevance | path

Searched refs:HMAC_CTX_new (Results 1 – 15 of 15) sorted by relevance

/openssl/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
82 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
86 created with HMAC_CTX_new().
99 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
131 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
159 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/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()
398 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_chunks()
/openssl/include/openssl/
H A Dhmac.h33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c418 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
425 hctx = HMAC_CTX_new(); in pbkdf2_derive()
H A Dhkdf.c589 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/openssl/ssl/
H A Dtls_depr.c107 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
/openssl/crypto/hmac/
H A Dhmac.c162 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
/openssl/providers/implementations/macs/
H A Dhmac_prov.c84 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
/openssl/crypto/rsa/
H A Drsa_pk1.c303 hmac = HMAC_CTX_new(); in ossl_rsa_prf()
H A Drsa_ossl.c483 hmac = HMAC_CTX_new(); in derive_kdk()
/openssl/crypto/engine/
H A Deng_openssl.c456 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c272 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1871 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
/openssl/util/
H A Dlibcrypto.num2915 HMAC_CTX_new 2980 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/
H A DCHANGES.md5641 HMAC_CTX *HMAC_CTX_new(void);

Completed in 87 milliseconds