Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_CONSTANT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_KDF-KRB5KDF.pod35 =item "constant" (B<OSSL_KDF_PARAM_CONSTANT>) <octet string>
81 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT,
H A Dprovider-kdf.pod312 =item "constant" (B<OSSL_KDF_PARAM_CONSTANT>) <octet string>
/freebsd-14.2/crypto/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c150 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CONSTANT)) in krb5kdf_set_ctx_params()
165 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_CONSTANT, NULL, 0), in krb5kdf_settable_ctx_params()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcore_names.h216 #define OSSL_KDF_PARAM_CONSTANT "constant" /* octet string */ macro
/freebsd-14.2/crypto/openssl/test/
H A Devp_kdf_test.c1672 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT, in test_kdf_krb5kdf()