Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dkbkdf.c328 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KBKDF_USE_L); in kbkdf_set_ctx_params()
356 OSSL_PARAM_int(OSSL_KDF_PARAM_KBKDF_USE_L, NULL), in kbkdf_settable_ctx_params()
/third_party/openssl/providers/implementations/kdfs/
Dkbkdf.c328 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KBKDF_USE_L); in kbkdf_set_ctx_params()
356 OSSL_PARAM_int(OSSL_KDF_PARAM_KBKDF_USE_L, NULL), in kbkdf_settable_ctx_params()
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h218 #define OSSL_KDF_PARAM_KBKDF_USE_L "use-l" /* int */ macro
/third_party/openssl/include/openssl/
Dcore_names.h218 #define OSSL_KDF_PARAM_KBKDF_USE_L "use-l" /* int */ macro
/third_party/openssl/doc/man7/
DEVP_KDF-KB.pod50 =item "use-l" (B<OSSL_KDF_PARAM_KBKDF_USE_L>) <integer>
/third_party/openssl/test/
Devp_kdf_test.c1342 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_KBKDF_USE_L, &use_l); in test_kdf_kbkdf_fixedinfo()