Home
last modified time | relevance | path

Searched refs:HMAC_Init_ex (Results 1 – 14 of 14) sorted by relevance

/openssl-master/test/
A Dhmactest.c115 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_bad()
117 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha1(), NULL)) in test_hmac_bad()
141 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_run()
143 || !TEST_false(HMAC_Init_ex(ctx, test[4].key, -1, EVP_sha1(), NULL))) in test_hmac_run()
146 if (!TEST_true(HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) in test_hmac_run()
155 if (!TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL))) in test_hmac_run()
158 if (!TEST_true(HMAC_Init_ex(ctx, test[5].key, test[5].key_len, EVP_sha256(), NULL)) in test_hmac_run()
168 if (!TEST_true(HMAC_Init_ex(ctx, test[6].key, test[6].key_len, NULL, NULL)) in test_hmac_run()
177 if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_run()
189 if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) in test_hmac_run()
[all …]
A Dsslapitest.c7529 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb()
/openssl-master/doc/man3/
A DHMAC.pod10 HMAC_Init_ex,
34 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int key_len,
92 HMAC_Init_ex() initializes or reuses a B<HMAC_CTX> structure to use the hash
99 If HMAC_Init_ex() is called with I<key> NULL and I<evp_md> is not the
131 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and
158 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
A DSSL_CTX_set_tlsext_ticket_key_cb.pod125 The I<hctx> key material can be set using L<HMAC_Init_ex(3)>.
/openssl-master/include/openssl/
A Dhmac.h43 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/openssl-master/crypto/hmac/
A Dhmac.c25 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, in HMAC_Init_ex() function
106 return HMAC_Init_ex(ctx, key, len, md, NULL); in HMAC_Init()
/openssl-master/providers/implementations/macs/
A Dhmac_prov.c167 return HMAC_Init_ex(macctx->ctx, key, keylen, digest, in hmac_setkey()
338 if (!HMAC_Init_ex(macctx->ctx, p->data, p->data_size, in hmac_set_ctx_params()
/openssl-master/ssl/
A Dtls_depr.c117 return HMAC_Init_ex(ctx->old_ctx, key, len, EVP_get_digestbyname(md), NULL); in ssl_hmac_old_init()
/openssl-master/providers/implementations/kdfs/
A Dhkdf.c490 if (!HMAC_Init_ex(hmac, prk, prk_len, evp_md, NULL)) in HKDF_Expand()
499 if (!HMAC_Init_ex(hmac, NULL, 0, NULL, NULL)) in HKDF_Expand()
A Dpbkdf2.c317 if (!HMAC_Init_ex(hctx_tpl, pass, passlen, digest, NULL)) in pbkdf2_derive()
/openssl-master/crypto/pkcs12/
A Dp12_mutl.c153 || !HMAC_Init_ex(hmac, key, md_size, md, NULL) in pkcs12_gen_mac()
/openssl-master/crypto/engine/
A Deng_openssl.c578 if (!HMAC_Init_ex(hctx->ctx, key->data, key->length, hctx->md, NULL)) in ossl_hmac_ctrl()
/openssl-master/doc/man7/
A Dmigration_guide.pod1787 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
/openssl-master/util/
A Dlibcrypto.num1293 HMAC_Init_ex 1323 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 54 milliseconds