Searched refs:OSSL_PARAM_get_uint (Results 1 – 20 of 20) sorted by relevance
/openssl-master/providers/implementations/digests/ |
A D | mdc2_prov.c | 50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
|
/openssl-master/providers/implementations/macs/ |
A D | siphash_prov.c | 201 && !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 D | cipher_aes_cbc_hmac_sha.c | 132 || !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 D | ciphercommon.c | 603 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 D | cipher_rc5.c | 92 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
|
A D | cipher_rc4_hmac_md5.c | 196 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
|
A D | cipher_aes_siv.c | 218 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 535 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 D | param_build_test.c | 204 || !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 D | params_api_test.c | 219 if (!TEST_true(OSSL_PARAM_get_uint(¶m, &in))) in test_param_uint()
|
/openssl-master/include/openssl/ |
A D | params.h | 104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
/openssl-master/providers/implementations/rands/ |
A D | test_rng.c | 182 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
|
A D | drbg.c | 923 if (p != NULL && !OSSL_PARAM_get_uint(p, &drbg->reseed_interval)) in ossl_drbg_set_ctx_params()
|
/openssl-master/providers/implementations/exchange/ |
A D | dh_exch.c | 384 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|
/openssl-master/providers/implementations/signature/ |
A D | ecdsa_sig.c | 489 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_set_ctx_params()
|
/openssl-master/ssl/ |
A D | t1_lib.c | 286 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 D | ctrl_params_translate.c | 631 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 D | OSSL_PARAM_int.pod | 23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
|
/openssl-master/crypto/ |
A D | params.c | 248 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
|
/openssl-master/util/ |
A D | libcrypto.num | 4554 OSSL_PARAM_get_uint 4682 3_0_0 EXIST::FUNCTION:
|
Completed in 44 milliseconds