Searched refs:OSSL_PARAM_get_uint (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| H A D | siphash_prov.c | 211 && !OSSL_PARAM_get_uint(p, &ctx->crounds)) in siphash_set_params() 214 && !OSSL_PARAM_get_uint(p, &ctx->drounds)) in siphash_set_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 634 if (!OSSL_PARAM_get_uint(p, &pad)) { in ossl_cipher_generic_set_ctx_params() 644 if (!OSSL_PARAM_get_uint(p, &bits)) { in ossl_cipher_generic_set_ctx_params() 652 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params() 668 if (!OSSL_PARAM_get_uint(p, &num)) { in ossl_cipher_generic_set_ctx_params()
|
| H A D | cipher_aes_cbc_hmac_sha.c | 132 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 162 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params()
|
| H A D | cipher_rc5.c | 92 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
|
| H A D | cipher_rc4_hmac_md5.c | 206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
|
| H A D | cipher_aes_siv.c | 222 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/ |
| H A D | mdc2_prov.c | 50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 539 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params() 548 if (!OSSL_PARAM_get_uint(p, &alt_version)) in rsa_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | params.h | 104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | param_build_test.c | 284 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in template_private_test() 454 || !TEST_true(OSSL_PARAM_get_uint(p, &i)) in builder_merge_test()
|
| H A D | params_api_test.c | 219 if (!TEST_true(OSSL_PARAM_get_uint(¶m, &in))) in test_param_uint()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| H A D | test_rng.c | 182 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
| H A D | dh_exch.c | 390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
| H A D | ecdsa_sig.c | 489 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_set_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | params.c | 250 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val) in OSSL_PARAM_get_uint() function
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
|