| /freebsd/crypto/openssl/providers/implementations/macs/ |
| H A D | siphash_prov.c | 211 && !OSSL_PARAM_get_uint(p, &ctx->crounds)) in siphash_set_params() 214 && !OSSL_PARAM_get_uint(p, &ctx->drounds)) in siphash_set_params()
|
| /freebsd/crypto/openssl/providers/implementations/digests/ |
| H A D | mdc2_prov.c | 50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha.c | 131 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 161 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 199 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params()
|
| H A D | ciphercommon.c | 656 if (!OSSL_PARAM_get_uint(p, &pad)) { in ossl_cipher_generic_set_ctx_params() 666 if (!OSSL_PARAM_get_uint(p, &bits)) { in ossl_cipher_generic_set_ctx_params() 674 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params() 690 if (!OSSL_PARAM_get_uint(p, &num)) { in ossl_cipher_generic_set_ctx_params()
|
| H A D | cipher_rc5.c | 90 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
|
| H A D | cipher_rc4_hmac_md5.c | 206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
|
| H A D | cipher_aes_siv.c | 211 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
|
| H A D | cipher_aes_gcm_siv.c | 238 if (!OSSL_PARAM_get_uint(p, &speed)) { in ossl_aes_gcm_siv_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 580 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params() 589 if (!OSSL_PARAM_get_uint(p, &alt_version)) in rsa_set_ctx_params() 597 if (!OSSL_PARAM_get_uint(p, &implicit_rejection)) in rsa_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/rands/ |
| H A D | test_rng.c | 237 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params() 265 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->generate)) in test_rng_set_ctx_params()
|
| H A D | drbg.c | 974 if (p != NULL && !OSSL_PARAM_get_uint(p, &drbg->reseed_interval)) in ossl_drbg_set_ctx_params()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | params.h | 107 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
| /freebsd/crypto/openssl/test/ |
| H A D | param_build_test.c | 303 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in template_private_test() 485 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in builder_merge_test()
|
| H A D | params_api_test.c | 277 if (!TEST_true(OSSL_PARAM_get_uint(¶m, &in))) in test_param_uint()
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | ecdsa_sig.c | 746 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) 752 && !OSSL_PARAM_get_uint(p, &ctx->nonce_type))
|
| H A D | dsa_sig.c | 736 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type)) in dsa_common_set_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/exchange/ |
| H A D | dh_exch.c | 436 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 275 if (p == NULL || !OSSL_PARAM_get_uint(p, &gid) || gid > UINT16_MAX) { in add_provider_groups() 291 if (p == NULL || !OSSL_PARAM_get_uint(p, &ginf->secbits)) { in add_provider_groups() 297 if (p != NULL && (!OSSL_PARAM_get_uint(p, &is_kem) || is_kem > 1)) { in add_provider_groups() 438 || !OSSL_PARAM_get_uint(p, &code_point) in add_provider_sigalgs() 447 if (p == NULL || !OSSL_PARAM_get_uint(p, &sinf->secbits)) { in add_provider_sigalgs()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 632 if (!OSSL_PARAM_get_uint(ctx->params, in default_fixup_args() 1316 return OSSL_PARAM_get_uint(ctx->params, (unsigned int *)&ctx->p1); in fix_rsa_padding_mode()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | params.c | 297 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
|
| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | tls_common.c | 1287 if (!OSSL_PARAM_get_uint(p, &rl->max_frag_len)) { in tls_int_new_record_layer()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 5159 OSSL_PARAM_get_uint;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3359 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_get_uint.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4554 OSSL_PARAM_get_uint 4682 3_0_0 EXIST::FUNCTION:
|