Symbol: test_selection
crypto/openssl/test/evp_extra_test.c
1170
if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
crypto/openssl/test/evp_extra_test.c
1171
|| test_selection(just_params, OSSL_KEYMGMT_SELECT_KEYPAIR))
crypto/openssl/test/evp_extra_test.c
1191
if (!test_selection(params_and_priv, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)
crypto/openssl/test/evp_extra_test.c
1192
|| test_selection(params_and_priv, OSSL_KEYMGMT_SELECT_PUBLIC_KEY))
crypto/openssl/test/evp_extra_test.c
1212
if (!test_selection(params_and_pub, OSSL_KEYMGMT_SELECT_PUBLIC_KEY)
crypto/openssl/test/evp_extra_test.c
1213
|| test_selection(params_and_pub, OSSL_KEYMGMT_SELECT_PRIVATE_KEY))
crypto/openssl/test/evp_extra_test.c
1230
if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR))
crypto/openssl/test/evp_extra_test.c
1306
if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
crypto/openssl/test/evp_extra_test.c
1307
|| test_selection(just_params, OSSL_KEYMGMT_SELECT_KEYPAIR))
crypto/openssl/test/evp_extra_test.c
1333
if (!test_selection(params_and_priv, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
crypto/openssl/test/evp_extra_test.c
1334
|| test_selection(params_and_priv, OSSL_KEYMGMT_SELECT_PUBLIC_KEY))
crypto/openssl/test/evp_extra_test.c
1355
if (!test_selection(params_and_pub, OSSL_KEYMGMT_SELECT_PUBLIC_KEY)
crypto/openssl/test/evp_extra_test.c
1356
|| test_selection(params_and_pub, OSSL_KEYMGMT_SELECT_PRIVATE_KEY))
crypto/openssl/test/evp_extra_test.c
1374
if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR))
crypto/openssl/test/evp_extra_test.c
1468
if (!test_selection(keypair, EVP_PKEY_KEYPAIR))