Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_uint (Results 1 – 19 of 19) sorted by relevance

/openssl/providers/implementations/macs/
H A Dsiphash_prov.c173 && !OSSL_PARAM_set_uint(p, crounds(ctx))) in siphash_get_ctx_params()
176 && !OSSL_PARAM_set_uint(p, drounds(ctx))) in siphash_get_ctx_params()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c425 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version)) in rsa_get_ctx_params()
429 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->alt_version)) in rsa_get_ctx_params()
433 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->implicit_rejection)) in rsa_get_ctx_params()
/openssl/providers/implementations/ciphers/
H A Dciphercommon.c48 if (p != NULL && !OSSL_PARAM_set_uint(p, md)) { in ossl_cipher_generic_get_params()
586 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->pad)) { in ossl_cipher_generic_get_ctx_params()
605 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->num)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c239 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_interleave)) { in aes_get_ctx_params()
245 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_aad_packlen)) { in aes_get_ctx_params()
H A Dcipher_rc5.c123 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) { in OSSL_PARAM_uint()
H A Dciphercommon_gcm.c240 if (!OSSL_PARAM_set_uint(p, ctx->iv_gen_rand)) in ossl_gcm_get_ctx_params()
/openssl/providers/implementations/digests/
H A Dblake2_prov.c50 && !OSSL_PARAM_set_uint(p, (unsigned int)mdctx->params.digest_length)) { \
/openssl/include/openssl/
H A Dparams.h118 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val);
/openssl/providers/implementations/rands/
H A Dtest_rng.c200 if (p != NULL && !OSSL_PARAM_set_uint(p, t->generate)) in test_rng_get_ctx_params()
H A Ddrbg.c917 if (p != NULL && !OSSL_PARAM_set_uint(p, drbg->reseed_interval)) in ossl_drbg_get_ctx_params()
956 if (!OSSL_PARAM_set_uint(p, tsan_load(&drbg->reseed_counter))) in ossl_drbg_get_ctx_params_no_lock()
/openssl/providers/implementations/signature/
H A Decdsa_sig.c692 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->nonce_type)) in ecdsa_get_ctx_params()
697 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->verify_message)) in ecdsa_get_ctx_params()
H A Ddsa_sig.c689 if (p != NULL && !OSSL_PARAM_set_uint(p, pdsactx->nonce_type)) in dsa_get_ctx_params()
H A Drsa_sig.c1485 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->verify_message)) in rsa_get_ctx_params()
/openssl/test/
H A Dparams_api_test.c269 if (!TEST_true(OSSL_PARAM_set_uint(&param, in))) in test_param_uint()
H A Devp_kdf_test.c891 && TEST_true(OSSL_PARAM_set_uint(p - 1, 10 * 1024 * 1024)) in test_kdf_scrypt()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod30 OSSL_PARAM_set_time_t, OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32,
/openssl/crypto/
H A Dparams.c308 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val) in OSSL_PARAM_set_uint() function
/openssl/crypto/evp/
H A Dctrl_params_translate.c676 return OSSL_PARAM_set_uint(ctx->params, in default_fixup_args()
/openssl/util/
H A Dlibcrypto.num4563 OSSL_PARAM_set_uint 4691 3_0_0 EXIST::FUNCTION:

Completed in 76 milliseconds