/third_party/openssl/crypto/ffc/ |
D | ffc_backend.c | 58 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 64 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 73 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 86 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 92 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata() 98 if (!OSSL_PARAM_get_int(prm, &i)) in ossl_ffc_params_fromdata()
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 556 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->priv_len)) in dh_gen_common_set_params() 605 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dhx_gen_set_params() 608 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dhx_gen_set_params() 611 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params() 658 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->generator)) in dh_gen_set_params()
|
D | dsa_kmgmt.c | 478 && !OSSL_PARAM_get_int(p, &gctx->gindex)) in dsa_gen_set_params() 482 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dsa_gen_set_params() 486 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params()
|
/third_party/openssl/test/ |
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()
|
D | params_test.c | 214 && !TEST_true(OSSL_PARAM_get_int(p, &obj->p1))) in api_set_params()
|
D | param_build_test.c | 72 || !TEST_true(OSSL_PARAM_get_int(p, &i)) in template_public_test()
|
/third_party/openssl/crypto/evp/ |
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()
|
/third_party/openssl/providers/implementations/kdfs/ |
D | kbkdf.c | 329 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_l)) in kbkdf_set_ctx_params() 333 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_separator)) in kbkdf_set_ctx_params()
|
D | pbkdf2.c | 184 if (!OSSL_PARAM_get_int(p, &pkcs5)) in kdf_pbkdf2_set_ctx_params()
|
D | pkcs12kdf.c | 245 if (!OSSL_PARAM_get_int(p, &ctx->id)) in kdf_pkcs12_set_ctx_params()
|
D | x942kdf.c | 506 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits)) in x942kdf_set_ctx_params()
|
D | hkdf.c | 212 } else if (OSSL_PARAM_get_int(p, &n)) { in hkdf_common_set_ctx_params()
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2ms.c | 107 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->pvk_encr_level)) in key2pvk_set_ctx_params()
|
/third_party/openssl/include/openssl/ |
D | params.h | 103 int OSSL_PARAM_get_int(const OSSL_PARAM *p, int *val);
|
/third_party/openssl/crypto/ec/ |
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()
|
/third_party/openssl/providers/implementations/macs/ |
D | hmac_prov.c | 293 if (!OSSL_PARAM_get_int(p, &flag)) in set_flag()
|
D | kmac_prov.c | 416 && !OSSL_PARAM_get_int(p, &kctx->xof_mode)) in kmac_set_ctx_params()
|
/third_party/openssl/doc/man3/ |
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)>
|
/third_party/openssl/providers/implementations/exchange/ |
D | ecdh_exch.c | 244 if (!OSSL_PARAM_get_int(p, &mode)) in ecdh_set_ctx_params()
|
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 462 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params()
|
/third_party/openssl/providers/implementations/signature/ |
D | rsa_sig.c | 1188 if (!OSSL_PARAM_get_int(p, &pad_mode)) in rsa_set_ctx_params() 1263 if (!OSSL_PARAM_get_int(p, &saltlen)) in rsa_set_ctx_params()
|
/third_party/openssl/crypto/store/ |
D | store_result.c | 101 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_backend.c | 318 if (!OSSL_PARAM_get_int(param_saltlen, &saltlen) in ossl_rsa_pss_params_30_fromdata()
|
/third_party/openssl/providers/implementations/storemgmt/ |
D | file_store.c | 348 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) in file_set_ctx_params()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 317 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->mintls)) { in add_provider_groups() 323 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxtls)) { in add_provider_groups() 329 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->mindtls)) { in add_provider_groups() 335 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxdtls)) { in add_provider_groups()
|