Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_int (Results 1 – 25 of 40) sorted by relevance

12

/openssl/crypto/ffc/
H A Dffc_backend.c55 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
61 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
70 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
82 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
88 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
94 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c565 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->priv_len)) in dh_gen_common_set_params()
614 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dhx_gen_set_params()
617 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dhx_gen_set_params()
620 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params()
667 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->generator)) in dh_gen_set_params()
H A Ddsa_kmgmt.c498 && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dsa_gen_set_params()
502 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dsa_gen_set_params()
506 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params()
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c435 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_l)) in kbkdf_set_ctx_params()
442 if (!OSSL_PARAM_get_int(p, &new_r)) in kbkdf_set_ctx_params()
450 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_separator)) in kbkdf_set_ctx_params()
H A Dpkcs12kdf.c263 if (!OSSL_PARAM_get_int(p, &ctx->id)) in kdf_pkcs12_set_ctx_params()
H A Dpbkdf2.c276 if (!OSSL_PARAM_get_int(p, &pkcs5)) in kdf_pbkdf2_set_ctx_params()
/openssl/providers/fips/
H A Dfipsindicator.c87 if (!OSSL_PARAM_get_int(p, &in)) in ossl_FIPS_IND_set_ctx_param()
/openssl/crypto/evp/
H A Dpmeth_gn.c115 || !OSSL_PARAM_get_int(param, &p)) in ossl_callback_to_pkey_gencb()
119 || !OSSL_PARAM_get_int(param, &n)) in ossl_callback_to_pkey_gencb()
H A Devp_lib.c506 && !OSSL_PARAM_get_int(params, &len)) in EVP_CIPHER_CTX_get_iv_length()
663 if (!OSSL_PARAM_get_int(params, &((EVP_CIPHER_CTX *)ctx)->key_len)) in EVP_CIPHER_CTX_get_key_length()
/openssl/test/
H A Dparams_api_test.c216 if (!TEST_true(OSSL_PARAM_get_int(&param, &in))) in test_param_int()
801 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null()
804 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null()
808 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null()
811 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null()
H A Dfake_rsaprov.c398 if (OSSL_PARAM_get_int(p, &dup)) { in fake_rsa_dgstsgnvfy_init()
H A Dparams_test.c215 && !TEST_true(OSSL_PARAM_get_int(p, &obj->p1))) in api_set_params()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c107 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->pvk_encr_level)) in key2pvk_set_ctx_params()
/openssl/include/openssl/
H A Dparams.h106 int OSSL_PARAM_get_int(const OSSL_PARAM *p, int *val);
/openssl/crypto/rsa/
H A Drsa_backend.c92 && !OSSL_PARAM_get_int(param_derive, &derive_from_pq)) in ossl_rsa_fromdata()
442 if (!OSSL_PARAM_get_int(param_saltlen, &saltlen) in ossl_rsa_pss_params_30_fromdata()
/openssl/crypto/ec/
H A Dec_backend.c567 if (!OSSL_PARAM_get_int(p, &mode) in ossl_ec_key_otherparams_fromdata()
576 if (!OSSL_PARAM_get_int(p, &include) in ossl_ec_key_otherparams_fromdata()
/openssl/ssl/record/methods/
H A Dtls_common.c1241 if (p != NULL && !OSSL_PARAM_get_int(p, &rl->read_ahead)) { in tls_set_options()
1278 if (!OSSL_PARAM_get_int(p, &rl->use_etm)) { in tls_int_new_record_layer()
1296 if (!OSSL_PARAM_get_int(p, &rl->stream_mac)) { in tls_int_new_record_layer()
1302 if (!OSSL_PARAM_get_int(p, &rl->tlstree)) { in tls_int_new_record_layer()
/openssl/doc/man3/
H A DOSSL_PARAM.pod77 B<OSSL_PARAM> items and arrays, please see L<OSSL_PARAM_get_int(3)>.
359 L<openssl-core.h(7)>, L<OSSL_PARAM_get_int(3)>, L<OSSL_PARAM_dup(3)>
/openssl/ssl/
H A Dt1_lib.c315 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->mintls)) { in add_provider_groups()
321 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxtls)) { in add_provider_groups()
327 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->mindtls)) { in add_provider_groups()
333 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxdtls)) { in add_provider_groups()
581 if (p == NULL || !OSSL_PARAM_get_int(p, &sinf->mintls)) { in add_provider_sigalgs()
593 if (p == NULL || !OSSL_PARAM_get_int(p, &sinf->maxtls)) { in add_provider_sigalgs()
/openssl/providers/implementations/exchange/
H A Decdh_exch.c273 if (!OSSL_PARAM_get_int(p, &mode)) in ecdh_set_ctx_params()
/openssl/doc/designs/
H A Dfips_indicator.md80 && !OSSL_PARAM_get_int(p, &ctx->key_check))
118 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->strict_checks))
/openssl/crypto/store/
H A Dstore_result.c101 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c506 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params()
/openssl/providers/implementations/macs/
H A Dkmac_prov.c466 && !OSSL_PARAM_get_int(p, &kctx->xof_mode)) in kmac_set_ctx_params()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c345 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) in file_set_ctx_params()

Completed in 100 milliseconds

12