Searched refs:gettables (Results 1 – 6 of 6) sorted by relevance
437 const OSSL_PARAM *gettables; in display_random() local465 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 …]
1039 const OSSL_PARAM *gettables; in EVP_MD_CTX_get_size_ex() local1041 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()
1024 const OSSL_PARAM *gettables; in evp_pkey_ctx_add1_octet_string() local1049 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()
248 const OSSL_PARAM *gettables, *p; in do_kdf_hkdf_gettables() local260 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()
1066 const OSSL_PARAM *gettables = EVP_CIPHER_CTX_gettable_params(ctx); in aes_gcm_enc_dec() local1068 int ivgen = (OSSL_PARAM_locate_const(gettables, ivgenkey) != NULL); in aes_gcm_enc_dec()
161 const OSSL_PARAM *gettables = EVP_PKEY_CTX_gettable_params(ctx); in pkey_check_fips_approved() local163 if (gettables == NULL in pkey_check_fips_approved()164 || OSSL_PARAM_locate_const(gettables, in pkey_check_fips_approved()
Completed in 49 milliseconds