/openssl/crypto/ffc/ |
H A D | ffc_backend.c | 55 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 D | dh_kmgmt.c | 565 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 D | dsa_kmgmt.c | 498 && !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 D | kbkdf.c | 435 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 D | pkcs12kdf.c | 263 if (!OSSL_PARAM_get_int(p, &ctx->id)) in kdf_pkcs12_set_ctx_params()
|
H A D | pbkdf2.c | 276 if (!OSSL_PARAM_get_int(p, &pkcs5)) in kdf_pbkdf2_set_ctx_params()
|
/openssl/providers/fips/ |
H A D | fipsindicator.c | 87 if (!OSSL_PARAM_get_int(p, &in)) in ossl_FIPS_IND_set_ctx_param()
|
/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 115 || !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 D | evp_lib.c | 506 && !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 D | params_api_test.c | 216 if (!TEST_true(OSSL_PARAM_get_int(¶m, &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 D | fake_rsaprov.c | 398 if (OSSL_PARAM_get_int(p, &dup)) { in fake_rsa_dgstsgnvfy_init()
|
H A D | params_test.c | 215 && !TEST_true(OSSL_PARAM_get_int(p, &obj->p1))) in api_set_params()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2ms.c | 107 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->pvk_encr_level)) in key2pvk_set_ctx_params()
|
/openssl/include/openssl/ |
H A D | params.h | 106 int OSSL_PARAM_get_int(const OSSL_PARAM *p, int *val);
|
/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 92 && !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 D | ec_backend.c | 567 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 D | tls_common.c | 1241 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 D | OSSL_PARAM.pod | 77 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 D | t1_lib.c | 315 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 D | ecdh_exch.c | 273 if (!OSSL_PARAM_get_int(p, &mode)) in ecdh_set_ctx_params()
|
/openssl/doc/designs/ |
H A D | fips_indicator.md | 80 && !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 D | store_result.c | 101 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 506 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params()
|
/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 466 && !OSSL_PARAM_get_int(p, &kctx->xof_mode)) in kmac_set_ctx_params()
|
/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 345 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) in file_set_ctx_params()
|