Home
last modified time | relevance | path

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

/openssl/apps/
H A Dlist.c437 const OSSL_PARAM *gettables; in display_random() local
465 gettables = EVP_RAND_gettable_ctx_params(rand); in display_random()
466 if (gettables != NULL) in display_random()
467 for (; gettables->key != NULL; gettables++) { in display_random()
469 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
472 if (gettables->data_type != OSSL_PARAM_UTF8_STRING in display_random()
473 && gettables->data_type != OSSL_PARAM_UTF8_PTR in display_random()
476 params->key = gettables->key; in display_random()
477 params->data_type = gettables->data_type; in display_random()
478 if (gettables->data_type == OSSL_PARAM_UNSIGNED_INTEGER in display_random()
[all …]
/openssl/crypto/evp/
H A Devp_lib.c1039 const OSSL_PARAM *gettables; in EVP_MD_CTX_get_size_ex() local
1041 gettables = EVP_MD_CTX_gettable_params(c); in EVP_MD_CTX_get_size_ex()
1042 if (gettables != NULL in EVP_MD_CTX_get_size_ex()
1043 && OSSL_PARAM_locate_const(gettables, in EVP_MD_CTX_get_size_ex()
H A Dpmeth_lib.c1024 const OSSL_PARAM *gettables; in evp_pkey_ctx_add1_octet_string() local
1049 gettables = EVP_PKEY_CTX_gettable_params(ctx); in evp_pkey_ctx_add1_octet_string()
1050 if (gettables == NULL || OSSL_PARAM_locate_const(gettables, param) == NULL) in evp_pkey_ctx_add1_octet_string()
/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()
H A Dacvp_test.c1066 const OSSL_PARAM *gettables = EVP_CIPHER_CTX_gettable_params(ctx); in aes_gcm_enc_dec() local
1068 int ivgen = (OSSL_PARAM_locate_const(gettables, ivgenkey) != NULL); in aes_gcm_enc_dec()
H A Devp_test.c161 const OSSL_PARAM *gettables = EVP_PKEY_CTX_gettable_params(ctx); in pkey_check_fips_approved() local
163 if (gettables == NULL in pkey_check_fips_approved()
164 || OSSL_PARAM_locate_const(gettables, in pkey_check_fips_approved()

Completed in 49 milliseconds