Searched refs:HMAC_Update (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/ |
A D | hmactest.c | 116 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_bad() 118 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len))) in test_hmac_bad() 142 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_run() 147 || !TEST_true(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_run() 160 || !TEST_true(HMAC_Update(ctx, test[5].data, test[5].data_len)) in test_hmac_run() 169 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run() 178 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run() 190 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run() 232 || !TEST_true(HMAC_Update(ctx, test[7].data, test[7].data_len)) in test_hmac_copy()
|
/openssl-master/doc/man3/ |
A D | HMAC.pod | 11 HMAC_Update, 36 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len); 107 HMAC_Update() can be called repeatedly with chunks of the message to 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
|
/openssl-master/providers/implementations/kdfs/ |
A D | pbkdf2.c | 337 if (!HMAC_Update(hctx, salt, saltlen) in pbkdf2_derive() 338 || !HMAC_Update(hctx, itmp, 4) in pbkdf2_derive() 345 if (!HMAC_Update(hctx, digtmp, mdlen) in pbkdf2_derive()
|
A D | hkdf.c | 502 if (!HMAC_Update(hmac, prev, dig_len)) in HKDF_Expand() 506 if (!HMAC_Update(hmac, info, info_len)) in HKDF_Expand() 509 if (!HMAC_Update(hmac, &ctr, 1)) in HKDF_Expand()
|
/openssl-master/include/openssl/ |
A D | hmac.h | 45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
|
/openssl-master/ssl/ |
A D | tls_depr.c | 122 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()
|
/openssl-master/crypto/hmac/ |
A D | hmac.c | 110 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
|
/openssl-master/crypto/pkcs12/ |
A D | p12_mutl.c | 154 || !HMAC_Update(hmac, p12->authsafes->d.data->data, in pkcs12_gen_mac()
|
/openssl-master/providers/implementations/macs/ |
A D | hmac_prov.c | 216 return HMAC_Update(macctx->ctx, data, datalen); in hmac_update()
|
/openssl-master/crypto/engine/ |
A D | eng_openssl.c | 526 if (!HMAC_Update(hctx->ctx, data, count)) in ossl_int_update()
|
/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 | 116 HMAC_Update 118 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 29 milliseconds