Home
last modified time | relevance | path

Searched refs:construct_pbkdf2_params (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Devp_kdf_test.c547 static OSSL_PARAM *construct_pbkdf2_params(char *pass, char *digest, char *salt, in construct_pbkdf2_params() function
584 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2()
610 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_small_output()
641 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_large_output()
667 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_small_salt()
692 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_small_iterations()
719 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_small_salt_pkcs5()
756 params = construct_pbkdf2_params("passwordPASSWORDpassword", "sha256", in test_kdf_pbkdf2_small_iterations_pkcs5()
791 params = construct_pbkdf2_params("passwordPASSWORDpassword", "blah", in test_kdf_pbkdf2_invalid_digest()

Completed in 3 milliseconds