Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c332 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR); in kbkdf_set_ctx_params()
357 OSSL_PARAM_int(OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR, NULL), in kbkdf_settable_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h219 #define OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR "use-separator" /* int */ macro
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-KB.pod57 =item "use-separator" (B<OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR>) <integer>
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c1398 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR, in test_kdf_kbkdf_fixedinfo()