Searched refs:HMAC_CTX_new (Results 1 – 23 of 23) sorted by relevance
36 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha1_init()74 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha224_init()112 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha256_init()150 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha384_init()188 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha512_init()
173 HMAC_CTX_new(void) in HMAC_CTX_new() function177 LCRYPTO_ALIAS(HMAC_CTX_new);
77 HMAC_CTX *HMAC_CTX_new(void);
169 if ((ctx = HMAC_CTX_new()) == NULL) { in main()295 if ((ctx2 = HMAC_CTX_new()) == NULL) { in main()
45 ctx = HMAC_CTX_new(); in test23()
57 if ((ctx = HMAC_CTX_new()) == NULL) in radius_calc_message_authenticator()
88 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_expand()
159 if ((hmac = HMAC_CTX_new()) == NULL) in PKCS12_gen_mac()
443 if ((ctx = HMAC_CTX_new()) == NULL) in sync_update()537 if ((ctx = HMAC_CTX_new()) == NULL) in sync_addr()
193 HMAC_CTX *context = HMAC_CTX_new(); in create_context()
214 /* Define to 1 if you have the `HMAC_CTX_new' function. */
1079 …AC_CHECK_FUNCS([HMAC_CTX_reset HMAC_CTX_new EVP_cleanup ERR_load_crypto_strings OPENSSL_init_crypt…
735 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_server_finished_recv()1019 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_client_finished_send()
815 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_server_finished_send()1049 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_client_finished_recv()
989 if ((hctx = HMAC_CTX_new()) == NULL) in tls_decrypt_ticket()
2221 if ((hctx = HMAC_CTX_new()) == NULL) in ssl3_send_newsession_ticket()
296 hash->hash_ctx = HMAC_CTX_new(); in hash_new()730 if ((dsap->dsa_ctx = HMAC_CTX_new()) == NULL) { in dsa_new()
406 if ((ctx = HMAC_CTX_new()) == NULL) in sync_lease()
758 if ((ctx = HMAC_CTX_new()) == NULL || in cbor_encode_change_pin_auth()
1432 HMAC_CTX_new
1663 if ((hctx = HMAC_CTX_new()) == NULL) { in speed_main()
377 HMAC_CTX_new is deprecated in 3.0.0.
715 HMAC_CTX_new is deprecated in 3.0.0.