Home
last modified time | relevance | path

Searched refs:OSSL_KDF_NAME_SCRYPT (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/evp/
Dpbe_scrypt.c67 kdf = EVP_KDF_fetch(ctx, OSSL_KDF_NAME_SCRYPT, propq); in EVP_PBE_scrypt_ex()
/third_party/openssl/include/openssl/
Dcore_names.h232 #define OSSL_KDF_NAME_SCRYPT "SCRYPT" macro
/third_party/openssl/test/
Devp_kdf_test.c838 TEST_ptr(kctx = get_kdfbyname(OSSL_KDF_NAME_SCRYPT)) in test_kdf_scrypt()