Symbol: OSSL_PARAM_set_size_t
crypto/openssl/fuzz/fuzz_rand.c
90
if (p != NULL && !OSSL_PARAM_set_size_t(p, INT_MAX))
crypto/openssl/include/openssl/params.h
125
int OSSL_PARAM_set_size_t(OSSL_PARAM *p, size_t val);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
230
if (!OSSL_PARAM_set_size_t(p, len)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
249
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->multiblock_encrypt_len)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
256
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
261
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.keylen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
266
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.ivlen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
190
if (p != NULL && !OSSL_PARAM_set_size_t(p, sizeof(ctx->tag))) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
195
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->key_len)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
421
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.ivlen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
426
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.keylen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
432
if (!OSSL_PARAM_set_size_t(p, ctx->taglen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
166
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->taglen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
171
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->keylen)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
100
if (p != NULL && !OSSL_PARAM_set_size_t(p, CHACHA20_IVLEN)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
105
if (p != NULL && !OSSL_PARAM_set_size_t(p, CHACHA20_KEYLEN)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
106
if (!OSSL_PARAM_set_size_t(p, CHACHA20_POLY1305_IVLEN)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
112
if (p != NULL && !OSSL_PARAM_set_size_t(p, CHACHA20_POLY1305_KEYLEN)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
117
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tag_len)) {
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
122
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) {
crypto/openssl/providers/implementations/ciphers/cipher_null.c
129
if (p != NULL && !OSSL_PARAM_set_size_t(p, 0)) {
crypto/openssl/providers/implementations/ciphers/cipher_null.c
134
if (p != NULL && !OSSL_PARAM_set_size_t(p, 0)) {
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
114
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->key_bits)) {
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
120
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.keylen)) {
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
126
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.ivlen)) {
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
131
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
602
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->ivlen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
631
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->keylen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
85
if (p != NULL && !OSSL_PARAM_set_size_t(p, kbits / 8)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
90
if (p != NULL && !OSSL_PARAM_set_size_t(p, blkbits / 8)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
95
if (p != NULL && !OSSL_PARAM_set_size_t(p, ivbits / 8)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
153
if (p != NULL && !OSSL_PARAM_set_size_t(p, ccm_get_ivlen(ctx))) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
162
if (!OSSL_PARAM_set_size_t(p, m)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
195
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->keylen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
201
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
158
if (!OSSL_PARAM_set_size_t(p, ctx->ivlen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
165
if (!OSSL_PARAM_set_size_t(p, ctx->keylen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
174
if (!OSSL_PARAM_set_size_t(p, taglen)) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
209
if (!OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) {
crypto/openssl/providers/implementations/digests/digestcommon.c
20
if (p != NULL && !OSSL_PARAM_set_size_t(p, blksz)) {
crypto/openssl/providers/implementations/digests/digestcommon.c
25
if (p != NULL && !OSSL_PARAM_set_size_t(p, paramsz)) {
crypto/openssl/providers/implementations/digests/sha3_prov.c
598
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->md_size)) {
crypto/openssl/providers/implementations/digests/sha3_prov.c
604
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->md_size)) {
crypto/openssl/providers/implementations/exchange/dh_exch.c
528
if (p != NULL && !OSSL_PARAM_set_size_t(p, pdhctx->kdf_outlen))
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
416
if (p != NULL && !OSSL_PARAM_set_size_t(p, pectx->kdf_outlen))
crypto/openssl/providers/implementations/kdfs/argon2.c
1498
return OSSL_PARAM_set_size_t(p, SIZE_MAX);
crypto/openssl/providers/implementations/kdfs/hkdf.c
373
if (!OSSL_PARAM_set_size_t(p, sz))
crypto/openssl/providers/implementations/kdfs/kbkdf.c
497
if (p != NULL && !OSSL_PARAM_set_size_t(p, SIZE_MAX))
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
205
return OSSL_PARAM_set_size_t(p, len);
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
243
return OSSL_PARAM_set_size_t(p, SIZE_MAX);
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
333
if (!OSSL_PARAM_set_size_t(p, SIZE_MAX))
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
301
return OSSL_PARAM_set_size_t(p, SIZE_MAX);
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
221
return OSSL_PARAM_set_size_t(p, SIZE_MAX);
crypto/openssl/providers/implementations/kdfs/scrypt.c
295
return OSSL_PARAM_set_size_t(p, SIZE_MAX);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
303
if (!OSSL_PARAM_set_size_t(p, SIZE_MAX))
crypto/openssl/providers/implementations/kdfs/sskdf.c
655
if (!OSSL_PARAM_set_size_t(p, sskdf_size(ctx)))
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
409
if (!OSSL_PARAM_set_size_t(p, SIZE_MAX))
crypto/openssl/providers/implementations/kdfs/x942kdf.c
646
if (p != NULL && !OSSL_PARAM_set_size_t(p, x942kdf_size(ctx)))
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
163
&& !OSSL_PARAM_set_size_t(p, blake2_mac_size(vmacctx)))
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
167
&& !OSSL_PARAM_set_size_t(p, BLAKE2_BLOCKBYTES))
crypto/openssl/providers/implementations/macs/cmac_prov.c
219
&& !OSSL_PARAM_set_size_t(p, cmac_size(vmacctx)))
crypto/openssl/providers/implementations/macs/cmac_prov.c
223
&& !OSSL_PARAM_set_size_t(p, cmac_size(vmacctx)))
crypto/openssl/providers/implementations/macs/gmac_prov.c
182
return OSSL_PARAM_set_size_t(p, gmac_size());
crypto/openssl/providers/implementations/macs/hmac_prov.c
288
&& !OSSL_PARAM_set_size_t(p, hmac_size(macctx)))
crypto/openssl/providers/implementations/macs/kmac_prov.c
411
&& !OSSL_PARAM_set_size_t(p, kctx->out_len))
crypto/openssl/providers/implementations/macs/poly1305_prov.c
148
return OSSL_PARAM_set_size_t(p, poly1305_size());
crypto/openssl/providers/implementations/macs/siphash_prov.c
170
&& !OSSL_PARAM_set_size_t(p, siphash_size(vmacctx)))
crypto/openssl/providers/implementations/rands/drbg.c
890
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen))
crypto/openssl/providers/implementations/rands/drbg.c
894
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_entropylen))
crypto/openssl/providers/implementations/rands/drbg.c
898
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen))
crypto/openssl/providers/implementations/rands/drbg.c
902
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen))
crypto/openssl/providers/implementations/rands/drbg.c
906
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_perslen))
crypto/openssl/providers/implementations/rands/drbg.c
910
if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_adinlen))
crypto/openssl/providers/implementations/rands/drbg.c
942
if (!OSSL_PARAM_set_size_t(p, drbg->max_request))
crypto/openssl/providers/implementations/rands/fips_crng_test.c
382
if (p != NULL && !OSSL_PARAM_set_size_t(p, 128))
crypto/openssl/providers/implementations/rands/seed_src.c
158
if (p != NULL && !OSSL_PARAM_set_size_t(p, 128))
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
244
if (p != NULL && !OSSL_PARAM_set_size_t(p, 128))
crypto/openssl/providers/implementations/rands/test_rng.c
197
if (p != NULL && !OSSL_PARAM_set_size_t(p, t->max_request))
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
684
if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->mdsize))
crypto/openssl/providers/implementations/signature/sm2_sig.c
418
if (p != NULL && !OSSL_PARAM_set_size_t(p, psm2ctx->mdsize))
crypto/openssl/test/fake_cipherprov.c
196
if (p != NULL && !OSSL_PARAM_set_size_t(p, 1)) {
crypto/openssl/test/fake_cipherprov.c
201
if (p != NULL && !OSSL_PARAM_set_size_t(p, 1)) {
crypto/openssl/test/fake_cipherprov.c
227
if (p != NULL && !OSSL_PARAM_set_size_t(p, 0)) {
crypto/openssl/test/fake_cipherprov.c
232
if (p != NULL && !OSSL_PARAM_set_size_t(p, sizeof((PROV_CIPHER_FAKE_CTX *)vctx)->key)) {
crypto/openssl/test/fake_pipelineprov.c
189
if (!OSSL_PARAM_set_size_t(p, ctx->ivlen)) {
crypto/openssl/test/fake_pipelineprov.c
197
if (!OSSL_PARAM_set_size_t(p, ctx->keylen)) {
crypto/openssl/test/params_api_test.c
457
if (!TEST_true(OSSL_PARAM_set_size_t(&param, in)))
crypto/openssl/test/provfetchtest.c
138
if (p != NULL && !OSSL_PARAM_set_size_t(p, INT_MAX))
crypto/openssl/test/testutil/fake_random.c
110
if (p != NULL && !OSSL_PARAM_set_size_t(p, INT_MAX))
crypto/openssl/test/user_property_test.c
29
if (p != NULL && !OSSL_PARAM_set_size_t(p, 1))
crypto/openssl/test/user_property_test.c
33
if (p != NULL && !OSSL_PARAM_set_size_t(p, 1))