Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_SALT (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c205 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in construct_hkdf_params()
396 && do_kdf_hkdf_set_invalid_param(OSSL_KDF_PARAM_SALT, in test_kdf_hkdf_set_ctx_param_fail()
487 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in construct_pbkdf1_params()
607 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in construct_pbkdf2_params()
878 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in test_kdf_scrypt()
1039 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i])); in test_kdf_kbkdf_6803_128()
1105 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i])); in test_kdf_kbkdf_6803_256()
1143 OSSL_KDF_PARAM_SALT, salt, strlen(salt)); in construct_kbkdf_params()
1293 OSSL_KDF_PARAM_SALT, label, strlen(label)); in test_kdf_kbkdf_8009_prf1()
1337 OSSL_KDF_PARAM_SALT, label, strlen(label)); in test_kdf_kbkdf_8009_prf2()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-KB.pod44 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
108 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
136 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
H A DEVP_KDF-SS.pod54 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
125 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
152 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
H A DEVP_KDF-SCRYPT.pod48 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
97 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
H A DEVP_KDF-HKDF.pod37 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
121 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
H A DEVP_KDF-PBKDF1.pod29 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
H A DEVP_KDF-PKCS12KDF.pod30 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
H A DEVP_KDF-PBKDF2.pod31 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
H A DEVP_KDF-TLS13_KDF.pod34 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c195 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_pbkdf1_set_ctx_params()
212 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in kdf_pbkdf1_settable_ctx_params()
H A Dpbkdf2.c193 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) { in kdf_pbkdf2_set_ctx_params()
223 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in kdf_pbkdf2_settable_ctx_params()
H A Dpkcs12kdf.c240 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_pkcs12_set_ctx_params()
261 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in kdf_pkcs12_settable_ctx_params()
H A Dkbkdf.c316 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT); in kbkdf_set_ctx_params()
348 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in kbkdf_settable_ctx_params()
H A Dsskdf.c483 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in sskdf_set_ctx_params()
506 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in sskdf_settable_ctx_params()
H A Dscrypt.c198 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_scrypt_set_ctx_params()
247 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0), in kdf_scrypt_settable_ctx_params()
H A Dhkdf.c70 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SALT, NULL, 0)
235 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) { in hkdf_common_set_ctx_params()
/freebsd/crypto/openssl/demos/kdf/
H A Dpbkdf2.c91 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, pbkdf2_salt, in main()
H A Dhkdf.c83 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, hkdf_salt, in main()
H A Dscrypt.c93 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, scrypt_salt, in main()
/freebsd/crypto/openssl/crypto/evp/
H A Dpbe_scrypt.c76 *z++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in EVP_PBE_scrypt_ex()
H A Dp5_crpt.c91 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in PKCS5_PBE_keyivgen_ex()
H A Dp5_crpt2.c54 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in ossl_pkcs5_pbkdf2_hmac_ex()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c105 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in PKCS12_key_gen_uni_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h191 #define OSSL_KDF_PARAM_SALT "salt" /* octet string */ macro
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c204 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT, in tls13_generate_secret()

12