Lines Matching refs:OSSL_PARAM_locate
648 if (!TEST_ptr_null(OSSL_PARAM_locate(p, "fnord"))) in test_param_construct()
653 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, int_names[j])) in test_param_construct()
664 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, uint_names[j])) in test_param_construct()
674 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "double")) in test_param_construct()
683 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8str")) in test_param_construct()
699 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8ptr")) in test_param_construct()
707 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octstr")) in test_param_construct()
727 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octptr")) in test_param_construct()
739 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "bignum")) in test_param_construct()
800 && TEST_ptr(p = OSSL_PARAM_locate(cp1, "a")) in test_param_copy_null()
803 && TEST_ptr(p = OSSL_PARAM_locate(cp1, "b")) in test_param_copy_null()
807 && TEST_ptr(p = OSSL_PARAM_locate(cp2, "a")) in test_param_copy_null()
810 && TEST_ptr(p = OSSL_PARAM_locate(cp2, "b")) in test_param_copy_null()