Lines Matching refs:OSSL_PARAM_locate
525 if (!TEST_ptr_null(OSSL_PARAM_locate(p, "fnord"))) in test_param_construct()
530 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, int_names[j])) in test_param_construct()
541 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, uint_names[j])) in test_param_construct()
551 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "double")) in test_param_construct()
560 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8str")) in test_param_construct()
576 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8ptr")) in test_param_construct()
584 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octstr")) in test_param_construct()
604 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octptr")) in test_param_construct()
616 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "bignum")) in test_param_construct()
677 && TEST_ptr(p = OSSL_PARAM_locate(cp1, "a")) in test_param_copy_null()
680 && TEST_ptr(p = OSSL_PARAM_locate(cp1, "b")) in test_param_copy_null()
684 && TEST_ptr(p = OSSL_PARAM_locate(cp2, "a")) in test_param_copy_null()
687 && TEST_ptr(p = OSSL_PARAM_locate(cp2, "b")) in test_param_copy_null()