Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_uint (Results 1 – 20 of 20) sorted by relevance

/openssl-master/providers/implementations/digests/
A Dmdc2_prov.c50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
/openssl-master/providers/implementations/macs/
A Dsiphash_prov.c201 && !OSSL_PARAM_get_uint(p, &ctx->crounds)) in siphash_set_params()
204 && !OSSL_PARAM_get_uint(p, &ctx->drounds)) in siphash_set_params()
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha.c132 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
162 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params()
A Dciphercommon.c603 if (!OSSL_PARAM_get_uint(p, &pad)) { in ossl_cipher_generic_set_ctx_params()
613 if (!OSSL_PARAM_get_uint(p, &bits)) { in ossl_cipher_generic_set_ctx_params()
621 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
637 if (!OSSL_PARAM_get_uint(p, &num)) { in ossl_cipher_generic_set_ctx_params()
A Dcipher_rc5.c92 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
A Dcipher_rc4_hmac_md5.c196 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
A Dcipher_aes_siv.c218 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
/openssl-master/providers/implementations/asymciphers/
A Drsa_enc.c535 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params()
544 if (!OSSL_PARAM_get_uint(p, &alt_version)) in rsa_set_ctx_params()
/openssl-master/test/
A Dparam_build_test.c204 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in template_private_test()
364 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in builder_merge_test()
A Dparams_api_test.c219 if (!TEST_true(OSSL_PARAM_get_uint(&param, &in))) in test_param_uint()
/openssl-master/include/openssl/
A Dparams.h104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
/openssl-master/providers/implementations/rands/
A Dtest_rng.c182 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
A Ddrbg.c923 if (p != NULL && !OSSL_PARAM_get_uint(p, &drbg->reseed_interval)) in ossl_drbg_set_ctx_params()
/openssl-master/providers/implementations/exchange/
A Ddh_exch.c384 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
/openssl-master/providers/implementations/signature/
A Decdsa_sig.c489 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_set_ctx_params()
/openssl-master/ssl/
A Dt1_lib.c286 if (p == NULL || !OSSL_PARAM_get_uint(p, &gid) || gid > UINT16_MAX) { in add_provider_groups()
304 if (p == NULL || !OSSL_PARAM_get_uint(p, &ginf->secbits)) { in add_provider_groups()
310 if (p != NULL && (!OSSL_PARAM_get_uint(p, &is_kem) || is_kem > 1)) { in add_provider_groups()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c631 if (!OSSL_PARAM_get_uint(ctx->params, in default_fixup_args()
1283 return OSSL_PARAM_get_uint(ctx->params, (unsigned int *)&ctx->p1); in fix_rsa_padding_mode()
/openssl-master/doc/man3/
A DOSSL_PARAM_int.pod23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
/openssl-master/crypto/
A Dparams.c248 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
/openssl-master/util/
A Dlibcrypto.num4554 OSSL_PARAM_get_uint 4682 3_0_0 EXIST::FUNCTION:

Completed in 44 milliseconds