Home
last modified time | relevance | path

Searched refs:OSSL_ALG_PARAM_DIGEST (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h122 # define OSSL_ALG_PARAM_DIGEST "digest" macro
135 # define OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST OSSL_ALG_PARAM_DIGEST
225 # define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST
272 # define OSSL_KDF_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST
333 # define OSSL_MAC_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST
363 # define OSSL_PKEY_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c189 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in ossl_prov_digest_load_from_params()
245 OSSL_ALG_PARAM_DIGEST)) != NULL) { in ossl_prov_set_macctx()
/freebsd/crypto/krb5/src/lib/crypto/openssl/
H A Dhmac.c152 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, in krb5int_hmac_keyblock()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsskdf.c575 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in sskdf_common_set_ctx_params()
706 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x963kdf_set_ctx_params()
H A Dhmacdrbg_kdf.c212 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in hmac_drbg_kdf_set_ctx_params()
H A Dhkdf.c262 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in hkdf_common_set_ctx_params()
884 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_tls1_3_set_ctx_params()
H A Dsshkdf.c225 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_sshkdf_set_ctx_params()
H A Dpbkdf2.c265 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_pbkdf2_set_ctx_params()
H A Dx942kdf.c544 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x942kdf_set_ctx_params()
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c1905 params[2] = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, "SHA256", in test_kdf_hmac_drbg_settables()
1915 params[0] = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, in test_kdf_hmac_drbg_settables()
1930 params[0] = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, in test_kdf_hmac_drbg_settables()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c435 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in drbg_fetch_algs_from_prov()
H A Ddrbg_hash.c530 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in drbg_fetch_digest_from_prov()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c2339 OSSL_ALG_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },