HomeSort by: relevance | last modified time | path
    Searched defs:gettable (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
provider_status_test.c 112 const OSSL_PARAM *gettable, *p; local
114 if (!TEST_ptr(gettable = OSSL_PROVIDER_gettable_params(prov))
115 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME))
116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION))
117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS))
118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO)))
evp_pkey_provided_test.c 1222 const OSSL_PARAM *gettable = NULL; local
1291 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk))
1292 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1294 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1296 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
ectest.c 2397 const OSSL_PARAM *gettable; local
2573 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam))
2574 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME))
2575 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING))
2576 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE))
2577 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P))
2578 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A))
2579 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B))
2580 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR))
2581 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)
    [all...]
  /src/libexec/getty/
subr.c 67 gettable(const char *name, char *buf) function
  /src/crypto/external/apache2/openssl/dist/test/
provider_status_test.c 113 const OSSL_PARAM *gettable, *p; local
115 if (!TEST_ptr(gettable = OSSL_PROVIDER_gettable_params(prov))
116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME))
117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION))
118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS))
119 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO)))
ectest.c 2471 const OSSL_PARAM *gettable; local
2648 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam))
2649 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME))
2650 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING))
2651 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE))
2652 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P))
2653 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A))
2654 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B))
2655 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR))
2656 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)
    [all...]
evp_pkey_provided_test.c 1592 const OSSL_PARAM *gettable = NULL; local
1668 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk))
1669 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1671 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1673 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_lib.c 855 * - EVP_PKEY_CTX_{gettable,settable}_params()
895 const OSSL_PARAM *gettable = EVP_PKEY_CTX_gettable_params(ctx); local
900 if (OSSL_PARAM_locate_const(gettable, p->key) == NULL)
  /src/external/mit/lua/dist/src/
lapi.c 735 static Table *gettable (lua_State *L, int idx) { function
747 t = gettable(L, idx);
757 t = gettable(L, idx);
766 t = gettable(L, idx);
910 t = gettable(L, idx);
935 t = gettable(L, idx);
1268 t = gettable(L, idx);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_lib.c 862 * - EVP_PKEY_CTX_{gettable,settable}_params()
902 const OSSL_PARAM *gettable = EVP_PKEY_CTX_gettable_params(ctx); local
907 if (OSSL_PARAM_locate_const(gettable, p->key) == NULL )

Completed in 27 milliseconds