Searched refs:OSSL_PARAM_get_size_t (Results 1 – 25 of 33) sorted by relevance
12
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20.c | 114 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 D | cipher_rc4_hmac_md5.c | 151 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 D | cipher_chacha20_poly1305.c | 157 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 D | cipher_null.c | 168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
|
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()
|
A D | cipher_aes_ocb.c | 383 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 D | ciphercommon.c | 127 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 D | cipher_aes_xts.c | 243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
|
A D | cipher_rc2.c | 174 if (!OSSL_PARAM_get_size_t(p, &ctx->key_bits)) { in rc2_set_ctx_params()
|
A D | cipher_aes_wrp.c | 251 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_wrap_set_ctx_params()
|
A D | cipher_aes_siv.c | 228 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_siv_set_ctx_params()
|
A D | ciphercommon_ccm.c | 103 if (!OSSL_PARAM_get_size_t(p, &sz)) { in ossl_ccm_set_ctx_params()
|
/openssl-master/providers/implementations/macs/ |
A D | siphash_prov.c | 196 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
|
A D | blake2_mac_impl.c | 200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
|
A D | hmac_prov.c | 346 if (!OSSL_PARAM_get_size_t(p, &macctx->tls_data_size)) in hmac_set_ctx_params()
|
/openssl-master/test/ |
A D | param_build_test.c | 239 || !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 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()
|
/openssl-master/include/openssl/ |
A D | params.h | 111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
|
/openssl-master/providers/implementations/keymgmt/ |
A D | dsa_kmgmt.c | 462 && !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 D | rsa_kmgmt.c | 478 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 D | dh_kmgmt.c | 523 && !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 D | test_rng.c | 206 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
|
/openssl-master/providers/implementations/digests/ |
A D | sha3_prov.c | 299 if (p != NULL && !OSSL_PARAM_get_size_t(p, &ctx->md_size)) { in shake_set_ctx_params()
|
/openssl-master/providers/implementations/exchange/ |
A D | dh_exch.c | 360 if (!OSSL_PARAM_get_size_t(p, &outlen)) in dh_set_ctx_params()
|
A D | ecdh_exch.c | 298 if (!OSSL_PARAM_get_size_t(p, &outlen)) in ecdh_set_ctx_params()
|
Completed in 33 milliseconds
12