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 | 125 # define OSSL_ALG_PARAM_DIGEST "digest" macro 138 # define OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST OSSL_ALG_PARAM_DIGEST 228 # define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST 275 # define OSSL_KDF_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST 336 # define OSSL_MAC_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST 366 # 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)) 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() 707 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x963kdf_set_ctx_params()
|
| H A D | hmacdrbg_kdf.c | 213 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() 882 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 | 543 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 | 2220 params[2] = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, "SHA256", in test_kdf_hmac_drbg_settables() 2230 params[0] = OSSL_PARAM_construct_utf8_string(OSSL_ALG_PARAM_DIGEST, in test_kdf_hmac_drbg_settables() 2245 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 | 438 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 | 2321 OSSL_ALG_PARAM_DIGEST, OSSL_PARAM_UTF8_STRING, fix_md },
|