Home
last modified time | relevance | path

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

/openssl/providers/implementations/macs/
H A Dsiphash_prov.c211 && !OSSL_PARAM_get_uint(p, &ctx->crounds)) in siphash_set_params()
214 && !OSSL_PARAM_get_uint(p, &ctx->drounds)) in siphash_set_params()
/openssl/providers/implementations/digests/
H A Dmdc2_prov.c50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
/openssl/providers/implementations/ciphers/
H A Dciphercommon.c635 if (!OSSL_PARAM_get_uint(p, &pad)) { in ossl_cipher_generic_set_ctx_params()
645 if (!OSSL_PARAM_get_uint(p, &bits)) { in ossl_cipher_generic_set_ctx_params()
653 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
669 if (!OSSL_PARAM_get_uint(p, &num)) { in ossl_cipher_generic_set_ctx_params()
H 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()
H A Dcipher_rc5.c90 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
H A Dcipher_rc4_hmac_md5.c206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
H A Dcipher_aes_siv.c220 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
H A Dcipher_aes_gcm_siv.c245 if (!OSSL_PARAM_get_uint(p, &speed)) { in ossl_aes_gcm_siv_set_ctx_params()
/openssl/providers/implementations/rands/
H A Dtest_rng.c236 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
264 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->generate)) in test_rng_set_ctx_params()
H A Ddrbg.c977 if (p != NULL && !OSSL_PARAM_get_uint(p, &drbg->reseed_interval)) in ossl_drbg_set_ctx_params()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c581 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params()
590 if (!OSSL_PARAM_get_uint(p, &alt_version)) in rsa_set_ctx_params()
598 if (!OSSL_PARAM_get_uint(p, &implicit_rejection)) in rsa_set_ctx_params()
/openssl/include/openssl/
H A Dparams.h107 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
/openssl/test/
H A Dparam_build_test.c303 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in template_private_test()
483 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in builder_merge_test()
H A Dparams_api_test.c275 if (!TEST_true(OSSL_PARAM_get_uint(&param, &in))) in test_param_uint()
/openssl/providers/implementations/signature/
H A Decdsa_sig.c743 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_common_set_ctx_params()
749 && !OSSL_PARAM_get_uint(p, &ctx->nonce_type)) in ecdsa_common_set_ctx_params()
H A Ddsa_sig.c733 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type)) in dsa_common_set_ctx_params()
/openssl/providers/implementations/exchange/
H A Ddh_exch.c436 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
/openssl/ssl/
H A Dt1_lib.c286 if (p == NULL || !OSSL_PARAM_get_uint(p, &gid) || gid > UINT16_MAX) { in add_provider_groups()
302 if (p == NULL || !OSSL_PARAM_get_uint(p, &ginf->secbits)) { in add_provider_groups()
308 if (p != NULL && (!OSSL_PARAM_get_uint(p, &is_kem) || is_kem > 1)) { in add_provider_groups()
480 || !OSSL_PARAM_get_uint(p, &code_point) in add_provider_sigalgs()
489 if (p == NULL || !OSSL_PARAM_get_uint(p, &sinf->secbits)) { in add_provider_sigalgs()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
/openssl/crypto/evp/
H A Dctrl_params_translate.c627 if (!OSSL_PARAM_get_uint(ctx->params, in default_fixup_args()
1314 return OSSL_PARAM_get_uint(ctx->params, (unsigned int *)&ctx->p1); in fix_rsa_padding_mode()
/openssl/crypto/
H A Dparams.c295 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
/openssl/ssl/record/methods/
H A Dtls_common.c1284 if (!OSSL_PARAM_get_uint(p, &rl->max_frag_len)) { in tls_int_new_record_layer()
/openssl/util/
H A Dlibcrypto.num4554 OSSL_PARAM_get_uint 4682 3_0_0 EXIST::FUNCTION:

Completed in 84 milliseconds