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

  /src/libexec/getty/
extern.h 45 void gettable(const char *, char *);
main.c 253 gettable("default", defent);
261 gettable(tname, tabent);
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 2886 const OSSL_PARAM *gettable; local
3063 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam))
3064 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME))
3065 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING))
3066 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE))
3067 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P))
3068 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A))
3069 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B))
3070 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR))
3071 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)
    [all...]
evp_pkey_provided_test.c 1642 const OSSL_PARAM *gettable = NULL; local
1713 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk))
1714 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1716 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1718 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
  /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)))
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...]
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,
  /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/usr.bin/crunch/examples/
really-big.conf 70 progs dev_mkdb diskpart edquota flcopy gettable grfinfo hilinfo htable inetd
  /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/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 26 milliseconds