Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
83 created with HMAC_CTX_new().
96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
156 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/openssl-master/test/
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()
/openssl-master/include/openssl/
A Dhmac.h33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
/openssl-master/providers/implementations/kdfs/
A Dpbkdf2.c312 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
319 hctx = HMAC_CTX_new(); in pbkdf2_derive()
A Dhkdf.c487 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/openssl-master/ssl/
A Dtls_depr.c103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
/openssl-master/crypto/hmac/
A Dhmac.c145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
/openssl-master/crypto/pkcs12/
A Dp12_mutl.c152 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/openssl-master/providers/implementations/macs/
A Dhmac_prov.c81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
/openssl-master/crypto/engine/
A Deng_openssl.c458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/openssl-master/doc/man7/
A Dmigration_guide.pod1793 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
/openssl-master/util/
A Dlibcrypto.num2915 HMAC_CTX_new 2980 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl-master/
A DCHANGES.md3702 HMAC_CTX *HMAC_CTX_new(void);

Completed in 62 milliseconds