Symbol: HMAC_Init_ex
lib/libcrypto/evp/evp_pbe.c
349
if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
lib/libcrypto/hidden/openssl/hmac.h
31
LCRYPTO_USED(HMAC_Init_ex);
lib/libcrypto/hkdf/hkdf.c
119
if (!HMAC_Init_ex(hmac, NULL, 0, NULL, NULL))
lib/libcrypto/hkdf/hkdf.c
90
if (!HMAC_Init_ex(hmac, prk, prk_len, digest, NULL))
lib/libcrypto/hmac/hm_pmeth.c
213
if (!HMAC_Init_ex(&hctx->ctx, key->data, key->length, hctx->md,
lib/libcrypto/hmac/hmac.c
137
LCRYPTO_ALIAS(HMAC_Init_ex);
lib/libcrypto/hmac/hmac.c
264
if (!HMAC_Init_ex(&c, key, key_len, evp_md, NULL))
lib/libcrypto/hmac/hmac.h
81
int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md,
lib/libcrypto/pkcs12/p12_mutl.c
161
if (!HMAC_Init_ex(hmac, key, md_size, md_type, NULL))
lib/libfido2/src/cbor.c
760
HMAC_Init_ex(ctx, key.ptr, (int)key.len, md, NULL) == 0 ||
lib/libradius/radius_msgauth.c
60
if (!HMAC_Init_ex(ctx, secret, strlen(secret), EVP_md5(), NULL))
lib/libssl/ssl_srvr.c
2182
HMAC_Init_ex(hctx, tctx->tlsext_tick_hmac_key,
lib/libssl/t1_lib.c
1100
if (!HMAC_Init_ex(hctx, tctx->tlsext_tick_hmac_key,
lib/libssl/tls13_client.c
1047
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
lib/libssl/tls13_client.c
763
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
lib/libssl/tls13_server.c
1045
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
lib/libssl/tls13_server.c
811
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
lib/libtls/tls_server.c
197
if (!HMAC_Init_ex(hctx, key->hmac_key, sizeof(key->hmac_key),
lib/libtls/tls_server.c
216
if (!HMAC_Init_ex(hctx, key->hmac_key, sizeof(key->hmac_key),
libexec/spamd/sync.c
445
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
libexec/spamd/sync.c
539
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
regress/lib/libcrypto/hmac/hmactest.c
173
if (HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
183
if (HMAC_Init_ex(ctx, NULL, 0, EVP_sha1(), NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
196
if (HMAC_Init_ex(ctx, test[4].key, test[4].key_len, NULL, NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
206
if (HMAC_Init_ex(ctx, test[4].key, -1, EVP_sha1(), NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
211
if (!HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
233
if (HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
238
if (!HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
260
if (!HMAC_Init_ex(ctx, test[6].key, test[6].key_len, NULL, NULL)) {
regress/lib/libcrypto/hmac/hmactest.c
285
if (!HMAC_Init_ex(ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
regress/lib/libradius/test23.c
46
HMAC_Init_ex(ctx, "sharedsecret", 12, EVP_md5(), NULL);
sbin/iked/crypto.c
330
HMAC_Init_ex(hash->hash_ctx, ibuf_data(hash->hash_key),
sbin/iked/crypto.c
925
if (!HMAC_Init_ex(dsa->dsa_ctx, ibuf_data(dsa->dsa_keydata),
sbin/unwind/libunbound/util/net_help.c
1920
if (HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL) != 1) {
sbin/unwind/libunbound/util/net_help.c
1925
HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL);
sbin/unwind/libunbound/util/net_help.c
1955
if (HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL) != 1) {
sbin/unwind/libunbound/util/net_help.c
1960
HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL);
usr.bin/dig/lib/isc/hmacsha.c
114
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
usr.bin/dig/lib/isc/hmacsha.c
152
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
usr.bin/dig/lib/isc/hmacsha.c
190
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
usr.bin/dig/lib/isc/hmacsha.c
38
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
usr.bin/dig/lib/isc/hmacsha.c
76
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
usr.bin/openssl/speed.c
1664
HMAC_Init_ex(hctx, (unsigned char *) "This is a key...",
usr.bin/openssl/speed.c
1671
if (!HMAC_Init_ex(hctx, NULL, 0, NULL, NULL)) {
usr.sbin/dhcpd/sync.c
411
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
usr.sbin/nsd/tsig-openssl.c
220
HMAC_Init_ex(ctx, key->data, key->size, md, NULL);
usr.sbin/unbound/util/net_help.c
1920
if (HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL) != 1) {
usr.sbin/unbound/util/net_help.c
1925
HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL);
usr.sbin/unbound/util/net_help.c
1955
if (HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL) != 1) {
usr.sbin/unbound/util/net_help.c
1960
HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL);