Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_size_t (Results 1 – 25 of 33) sorted by relevance

12

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20.c114 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params()
125 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params()
A Dcipher_rc4_hmac_md5.c151 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params()
163 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params()
A Dcipher_chacha20_poly1305.c157 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
A Dcipher_null.c168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
A Dcipher_aes_cbc_hmac_sha.c113 && !OSSL_PARAM_get_size_t(p, &ctx->multiblock_max_send_fragment)) { in aes_set_ctx_params()
188 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_set_ctx_params()
A Dcipher_aes_ocb.c383 if (!OSSL_PARAM_get_size_t(p, &sz)) { in aes_ocb_set_ctx_params()
396 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_ocb_set_ctx_params()
A Dciphercommon.c127 if (!OSSL_PARAM_get_size_t(p, &keylen)) {
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
A Dcipher_aes_xts.c243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
A Dcipher_rc2.c174 if (!OSSL_PARAM_get_size_t(p, &ctx->key_bits)) { in rc2_set_ctx_params()
A Dcipher_aes_wrp.c251 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_wrap_set_ctx_params()
A Dcipher_aes_siv.c228 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_siv_set_ctx_params()
A Dciphercommon_ccm.c103 if (!OSSL_PARAM_get_size_t(p, &sz)) { in ossl_ccm_set_ctx_params()
/openssl-master/providers/implementations/macs/
A Dsiphash_prov.c196 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
A Dblake2_mac_impl.c200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
A Dhmac_prov.c346 if (!OSSL_PARAM_get_size_t(p, &macctx->tls_data_size)) in hmac_set_ctx_params()
/openssl-master/test/
A Dparam_build_test.c239 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in template_private_test()
395 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in builder_merge_test()
A Dparams_api_test.c93 || (sizet && !TEST_true(OSSL_PARAM_get_size_t(param, &s)))) in test_param_type_extra()
381 if (!TEST_true(OSSL_PARAM_get_size_t(&param, &in))) in test_param_size_t()
/openssl-master/include/openssl/
A Dparams.h111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
/openssl-master/providers/implementations/keymgmt/
A Ddsa_kmgmt.c462 && !OSSL_PARAM_get_size_t(p, &gctx->pbits)) in dsa_gen_set_params()
465 && !OSSL_PARAM_get_size_t(p, &gctx->qbits)) in dsa_gen_set_params()
A Drsa_kmgmt.c478 if (!OSSL_PARAM_get_size_t(p, &gctx->nbits)) in rsa_gen_set_params()
486 && !OSSL_PARAM_get_size_t(p, &gctx->primes)) in rsa_gen_set_params()
A Ddh_kmgmt.c523 && !OSSL_PARAM_get_size_t(p, &gctx->pbits)) in dh_gen_common_set_params()
589 && !OSSL_PARAM_get_size_t(p, &gctx->qbits)) in dhx_gen_set_params()
/openssl-master/providers/implementations/rands/
A Dtest_rng.c206 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
/openssl-master/providers/implementations/digests/
A Dsha3_prov.c299 if (p != NULL && !OSSL_PARAM_get_size_t(p, &ctx->md_size)) { in shake_set_ctx_params()
/openssl-master/providers/implementations/exchange/
A Ddh_exch.c360 if (!OSSL_PARAM_get_size_t(p, &outlen)) in dh_set_ctx_params()
A Decdh_exch.c298 if (!OSSL_PARAM_get_size_t(p, &outlen)) in ecdh_set_ctx_params()

Completed in 33 milliseconds

12