Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_SSHKDF_XCGHASH (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsshkdf.c151 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SSHKDF_XCGHASH)) in kdf_sshkdf_set_ctx_params()
186 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_SSHKDF_XCGHASH, NULL, 0), in kdf_sshkdf_settable_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SSHKDF.pod37 =item "xcghash" (B<OSSL_KDF_PARAM_SSHKDF_XCGHASH>) <octet string>
122 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SSHKDF_XCGHASH,
H A Dprovider-kdf.pod265 =item "xcghash" (B<OSSL_KDF_PARAM_SSHKDF_XCGHASH>) <octet string>
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h212 #define OSSL_KDF_PARAM_SSHKDF_XCGHASH "xcghash" /* octet string */ macro
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c1539 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SSHKDF_XCGHASH, in test_kdf_sshkdf()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc424 ST_KAT_PARAM_OCTET(OSSL_KDF_PARAM_SSHKDF_XCGHASH, sshkdf_xcghash),