Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_chacha20.c134 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params()
145 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params()
H A Dcipher_rc4_hmac_md5.c161 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params()
173 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params()
H A Dcipher_chacha20_poly1305.c175 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
186 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
H 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()
H A Dcipher_null.c168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dcipher_aes_ocb.c383 if (!OSSL_PARAM_get_size_t(p, &sz)) { in aes_ocb_set_ctx_params()
399 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_ocb_set_ctx_params()
H A Dciphercommon.c127 if (!OSSL_PARAM_get_size_t(p, &keylen)) {
659 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
H A Dcipher_aes_xts.c243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
H A Dcipher_rc2.c174 if (!OSSL_PARAM_get_size_t(p, &ctx->key_bits)) { in rc2_set_ctx_params()
H A Dcipher_aes_wrp.c271 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_wrap_set_ctx_params()
H A Dcipher_aes_siv.c232 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_siv_set_ctx_params()
H A Dciphercommon_ccm.c103 if (!OSSL_PARAM_get_size_t(p, &sz)) { in ossl_ccm_set_ctx_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dblake2_mac_impl.c200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
H A Dsiphash_prov.c205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
H A Dhmac_prov.c337 if (!OSSL_PARAM_get_size_t(p, &macctx->tls_data_size)) in hmac_set_ctx_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Drsa_kmgmt.c512 if (!OSSL_PARAM_get_size_t(p, &gctx->nbits)) in rsa_gen_set_params()
520 && !OSSL_PARAM_get_size_t(p, &gctx->primes)) in rsa_gen_set_params()
H A Ddsa_kmgmt.c498 && !OSSL_PARAM_get_size_t(p, &gctx->pbits)) in dsa_gen_set_params()
501 && !OSSL_PARAM_get_size_t(p, &gctx->qbits)) in dsa_gen_set_params()
H A Ddh_kmgmt.c556 && !OSSL_PARAM_get_size_t(p, &gctx->pbits)) in dh_gen_common_set_params()
622 && !OSSL_PARAM_get_size_t(p, &gctx->qbits)) in dhx_gen_set_params()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparam_build_test.c319 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in template_private_test()
485 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in builder_merge_test()
H 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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Dtest_rng.c206 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dsha3_prov.c293 if (p != NULL && !OSSL_PARAM_get_size_t(p, &ctx->md_size)) { in shake_set_ctx_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
H A Ddh_exch.c366 if (!OSSL_PARAM_get_size_t(p, &outlen)) in dh_set_ctx_params()
H A Decdh_exch.c298 if (!OSSL_PARAM_get_size_t(p, &outlen)) in ecdh_set_ctx_params()

12