/openssl-master/crypto/ffc/ |
A D | ffc_backend.c | 57 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 63 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 72 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 85 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 91 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 97 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | dh_kmgmt.c | 526 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->priv_len)) in dh_gen_common_set_params() 575 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dhx_gen_set_params() 578 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dhx_gen_set_params() 581 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params() 628 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->generator)) in dh_gen_set_params()
|
A D | dsa_kmgmt.c | 446 && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dsa_gen_set_params() 450 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dsa_gen_set_params() 454 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params()
|
/openssl-master/test/ |
A D | params_api_test.c | 166 if (!TEST_true(OSSL_PARAM_get_int(¶m, &in))) in test_param_int() 678 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null() 681 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null() 685 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null() 688 && TEST_true(OSSL_PARAM_get_int(p, &val)) in test_param_copy_null()
|
A D | params_test.c | 214 && !TEST_true(OSSL_PARAM_get_int(p, &obj->p1))) in api_set_params()
|
A D | evp_extra_test2.c | 662 && TEST_true(OSSL_PARAM_get_int(p, &val)) in do_check_int()
|
A D | param_build_test.c | 72 || !TEST_true(OSSL_PARAM_get_int(p, &i)) in template_public_test()
|
/openssl-master/crypto/evp/ |
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()
|
/openssl-master/providers/implementations/kdfs/ |
A D | kbkdf.c | 328 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_l)) in kbkdf_set_ctx_params() 332 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_separator)) in kbkdf_set_ctx_params()
|
A D | pbkdf2.c | 182 if (!OSSL_PARAM_get_int(p, &pkcs5)) in kdf_pbkdf2_set_ctx_params()
|
A D | pkcs12kdf.c | 243 if (!OSSL_PARAM_get_int(p, &ctx->id)) in kdf_pkcs12_set_ctx_params()
|
A D | x942kdf.c | 504 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits)) in x942kdf_set_ctx_params()
|
A D | hkdf.c | 212 } else if (OSSL_PARAM_get_int(p, &n)) { in hkdf_common_set_ctx_params()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2ms.c | 103 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->pvk_encr_level)) in key2pvk_set_ctx_params()
|
/openssl-master/include/openssl/ |
A D | params.h | 103 int OSSL_PARAM_get_int(const OSSL_PARAM *p, int *val);
|
/openssl-master/crypto/ec/ |
A D | ec_backend.c | 562 if (!OSSL_PARAM_get_int(p, &mode) in ossl_ec_key_otherparams_fromdata() 571 if (!OSSL_PARAM_get_int(p, &include) in ossl_ec_key_otherparams_fromdata()
|
/openssl-master/providers/implementations/macs/ |
A D | hmac_prov.c | 290 if (!OSSL_PARAM_get_int(p, &flag)) in set_flag()
|
A D | kmac_prov.c | 416 && !OSSL_PARAM_get_int(p, &kctx->xof_mode)) in kmac_set_ctx_params()
|
/openssl-master/providers/implementations/exchange/ |
A D | ecdh_exch.c | 244 if (!OSSL_PARAM_get_int(p, &mode)) in ecdh_set_ctx_params()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 461 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params()
|
/openssl-master/doc/man3/ |
A D | OSSL_PARAM.pod | 77 B<OSSL_PARAM> items and arrays, please see L<OSSL_PARAM_get_int(3)>. 351 L<openssl-core.h(7)>, L<OSSL_PARAM_get_int(3)>, L<OSSL_PARAM_dup(3)>
|
/openssl-master/crypto/store/ |
A D | store_result.c | 101 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result()
|
/openssl-master/crypto/rsa/ |
A D | rsa_backend.c | 315 if (!OSSL_PARAM_get_int(param_saltlen, &saltlen) in ossl_rsa_pss_params_30_fromdata()
|
/openssl-master/providers/implementations/signature/ |
A D | rsa_sig.c | 1185 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params() 1260 if (!OSSL_PARAM_get_int(p, &saltlen)) in rsa_set_ctx_params()
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 350 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) in file_set_ctx_params()
|