Home
last modified time | relevance | path

Searched refs:gettables (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dlist.c434 const OSSL_PARAM *gettables; in display_random() local
462 gettables = EVP_RAND_gettable_ctx_params(rand); in display_random()
463 if (gettables != NULL) in display_random()
464 for (; gettables->key != NULL; gettables++) { in display_random()
466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
469 if (gettables->data_type != OSSL_PARAM_UTF8_STRING in display_random()
470 && gettables->data_type != OSSL_PARAM_UTF8_PTR in display_random()
473 params->key = gettables->key; in display_random()
474 params->data_type = gettables in display_random()
[all...]
/freebsd/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c157 ATF_TC_WITH_CLEANUP(gettables);
158 ATF_TC_HEAD(gettables, tc) in ATF_TC_HEAD() argument
163 ATF_TC_BODY(gettables, tc) in ATF_TC_BODY() argument
190 ATF_TC_CLEANUP(gettables, tc) in ATF_TC_CLEANUP() argument
901 ATF_TP_ADD_TC(tp, gettables); in ATF_TP_ADD_TCS()
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c248 const OSSL_PARAM *gettables, *p; in do_kdf_hkdf_gettables() local
260 if (!TEST_ptr(gettables = EVP_KDF_CTX_gettable_params(kctx)) in do_kdf_hkdf_gettables()
261 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettables, OSSL_KDF_PARAM_SIZE))) in do_kdf_hkdf_gettables()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1037 const OSSL_PARAM *gettables; in evp_pkey_ctx_add1_octet_string() local
1062 gettables = EVP_PKEY_CTX_gettable_params(ctx); in evp_pkey_ctx_add1_octet_string()
1063 if (gettables == NULL || OSSL_PARAM_locate_const(gettables, param) == NULL) in evp_pkey_ctx_add1_octet_string()