Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_kdf_test.c766 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5() local
780 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_salt_pkcs5()
781 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_salt_pkcs5()
784 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_salt_pkcs5()
803 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5() local
817 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_iterations_pkcs5()
818 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_iterations_pkcs5()
821 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_iterations_pkcs5()

Completed in 10 milliseconds