Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_DIGEST (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c46 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in construct_tls1_prf_params()
203 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in construct_hkdf_params()
332 params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_DIGEST, &i); in test_kdf_hkdf_derive_set_params_fail()
490 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in construct_pbkdf1_params()
610 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in construct_pbkdf2_params()
929 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in test_kdf_ss_hash()
982 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in test_kdf_x963()
1135 OSSL_KDF_PARAM_DIGEST, digest, 0); in construct_kbkdf_params()
1287 OSSL_KDF_PARAM_DIGEST, digest, 0); in test_kdf_kbkdf_8009_prf1()
1331 OSSL_KDF_PARAM_DIGEST, digest, 0); in test_kdf_kbkdf_8009_prf2()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-TLS1_PRF.pod29 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
33 The B<OSSL_KDF_PARAM_DIGEST> parameter is used to set the message digest
78 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-SS.pod46 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
92 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
119 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-X963.pod28 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
70 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-SSHKDF.pod33 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
120 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-X942-ASN1.pod31 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
114 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, "SHA256", 0);
H A DEVP_KDF-KB.pod36 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
102 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-HKDF.pod33 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
115 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST,
H A DEVP_KDF-PBKDF1.pod37 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
H A DEVP_KDF-PKCS12KDF.pod36 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
H A DEVP_KDF-PBKDF2.pod39 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
H A DEVP_KDF-TLS13_KDF.pod30 =item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string>
/freebsd/crypto/openssl/crypto/ec/
H A Decdh_kdf.c37 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in ossl_ecdh_kdf_X9_63()
/freebsd/crypto/openssl/demos/kdf/
H A Dpbkdf2.c96 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in main()
H A Dhkdf.c74 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in main()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_kdf.c48 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in ossl_dh_kdf_X9_42_asn1()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c116 params[0] = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in kdf_pbkdf2_init()
221 OSSL_PARAM_utf8_string(OSSL_KDF_PARAM_DIGEST, NULL, 0), in kdf_pbkdf2_settable_ctx_params()
H A Dtls1_prf.c176 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_DIGEST)) != NULL) { in kdf_tls1_prf_set_ctx_params()
224 OSSL_PARAM_utf8_string(OSSL_KDF_PARAM_DIGEST, NULL, 0), in kdf_tls1_prf_settable_ctx_params()
H A Dpbkdf1.c210 OSSL_PARAM_utf8_string(OSSL_KDF_PARAM_DIGEST, NULL, 0), in kdf_pbkdf1_settable_ctx_params()
H A Dsshkdf.c184 OSSL_PARAM_utf8_string(OSSL_KDF_PARAM_DIGEST, NULL, 0), in kdf_sshkdf_settable_ctx_params()
H A Dpkcs12kdf.c259 OSSL_PARAM_utf8_string(OSSL_KDF_PARAM_DIGEST, NULL, 0), in kdf_pkcs12_settable_ctx_params()
/freebsd/crypto/openssl/crypto/evp/
H A Dp5_crpt.c94 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in PKCS5_PBE_keyivgen_ex()
H A Dp5_crpt2.c57 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in ossl_pkcs5_pbkdf2_hmac_ex()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c100 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_DIGEST, in PKCS12_key_gen_uni_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h196 #define OSSL_KDF_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST /* utf8 string */ macro

12