/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()
|
/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()
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 635 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 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()
|
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 | 220 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
|
H A D | cipher_aes_gcm_siv.c | 245 if (!OSSL_PARAM_get_uint(p, &speed)) { in ossl_aes_gcm_siv_set_ctx_params()
|
/openssl/providers/implementations/rands/ |
H A D | test_rng.c | 236 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 D | drbg.c | 977 if (p != NULL && !OSSL_PARAM_get_uint(p, &drbg->reseed_interval)) in ossl_drbg_set_ctx_params()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 581 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 D | params.h | 107 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
/openssl/test/ |
H A D | param_build_test.c | 303 || !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 D | params_api_test.c | 275 if (!TEST_true(OSSL_PARAM_get_uint(¶m, &in))) in test_param_uint()
|
/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 743 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 D | dsa_sig.c | 733 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type)) in dsa_common_set_ctx_params()
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 436 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|
/openssl/ssl/ |
H A D | t1_lib.c | 286 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 D | OSSL_PARAM_int.pod | 23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 627 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 D | params.c | 295 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
|
/openssl/ssl/record/methods/ |
H A D | tls_common.c | 1284 if (!OSSL_PARAM_get_uint(p, &rl->max_frag_len)) { in tls_int_new_record_layer()
|
/openssl/util/ |
H A D | libcrypto.num | 4554 OSSL_PARAM_get_uint 4682 3_0_0 EXIST::FUNCTION:
|