/openssl-master/test/ |
A D | hmactest.c | 115 || !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 D | sslapitest.c | 7529 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb()
|
/openssl-master/doc/man3/ |
A D | HMAC.pod | 10 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 D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 125 The I<hctx> key material can be set using L<HMAC_Init_ex(3)>.
|
/openssl-master/include/openssl/ |
A D | hmac.h | 43 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
|
/openssl-master/crypto/hmac/ |
A D | hmac.c | 25 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 D | hmac_prov.c | 167 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 D | tls_depr.c | 117 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 D | hkdf.c | 490 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 D | pbkdf2.c | 317 if (!HMAC_Init_ex(hctx_tpl, pass, passlen, digest, NULL)) in pbkdf2_derive()
|
/openssl-master/crypto/pkcs12/ |
A D | p12_mutl.c | 153 || !HMAC_Init_ex(hmac, key, md_size, md, NULL) in pkcs12_gen_mac()
|
/openssl-master/crypto/engine/ |
A D | eng_openssl.c | 578 if (!HMAC_Init_ex(hctx->ctx, key->data, key->length, hctx->md, NULL)) in ossl_hmac_ctrl()
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1787 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
|
/openssl-master/util/ |
A D | libcrypto.num | 1293 HMAC_Init_ex 1323 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|