Searched refs:OSSL_ALG_PARAM_DIGEST (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 122 # 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 D | provider_util.c | 189 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 D | hmac.c | 152 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, in krb5int_hmac_keyblock()
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 575 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 D | hmacdrbg_kdf.c | 212 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in hmac_drbg_kdf_set_ctx_params()
|
H A D | hkdf.c | 262 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 D | sshkdf.c | 225 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_sshkdf_set_ctx_params()
|
H A D | pbkdf2.c | 265 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_pbkdf2_set_ctx_params()
|
H A D | x942kdf.c | 544 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x942kdf_set_ctx_params()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_kdf_test.c | 1905 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 D | drbg_hmac.c | 435 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in drbg_fetch_algs_from_prov()
|
H A D | drbg_hash.c | 530 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in drbg_fetch_digest_from_prov()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2339 OSSL_ALG_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
|