| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_chacha20.c | 134 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 D | cipher_rc4_hmac_md5.c | 161 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 D | cipher_chacha20_poly1305.c | 175 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 D | cipher_aes_cbc_hmac_sha.c | 113 && !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 D | cipher_null.c | 168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
|
| H A D | cipher_aes_ocb.c | 383 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 D | ciphercommon.c | 127 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 D | cipher_aes_xts.c | 243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
|
| H A D | cipher_rc2.c | 174 if (!OSSL_PARAM_get_size_t(p, &ctx->key_bits)) { in rc2_set_ctx_params()
|
| H A D | cipher_aes_wrp.c | 271 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_wrap_set_ctx_params()
|
| H A D | cipher_aes_siv.c | 232 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_siv_set_ctx_params()
|
| H A D | ciphercommon_ccm.c | 103 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 D | blake2_mac_impl.c | 200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
|
| H A D | siphash_prov.c | 205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
|
| H A D | hmac_prov.c | 337 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 D | rsa_kmgmt.c | 512 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 D | dsa_kmgmt.c | 498 && !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 D | dh_kmgmt.c | 556 && !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 D | params.h | 111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | param_build_test.c | 319 || !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 D | params_api_test.c | 93 || (sizet && !TEST_true(OSSL_PARAM_get_size_t(param, &s)))) in test_param_type_extra() 381 if (!TEST_true(OSSL_PARAM_get_size_t(¶m, &in))) in test_param_size_t()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| H A D | test_rng.c | 206 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 D | sha3_prov.c | 293 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 D | dh_exch.c | 366 if (!OSSL_PARAM_get_size_t(p, &outlen)) in dh_set_ctx_params()
|
| H A D | ecdh_exch.c | 298 if (!OSSL_PARAM_get_size_t(p, &outlen)) in ecdh_set_ctx_params()
|