Home
last modified time | relevance | path

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 Dsiphash_prov.c211 && !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 Dciphercommon.c634 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 Dcipher_aes_cbc_hmac_sha.c132 || !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 Dcipher_rc5.c92 if (!OSSL_PARAM_get_uint(p, &rounds)) { in rc5_set_ctx_params()
H A Dcipher_rc4_hmac_md5.c206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
H A Dcipher_aes_siv.c222 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 Dmdc2_prov.c50 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 Drsa_enc.c539 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 Dparams.h104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparam_build_test.c284 || !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 Dparams_api_test.c219 if (!TEST_true(OSSL_PARAM_get_uint(&param, &in))) in test_param_uint()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Dtest_rng.c182 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 Ddh_exch.c390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Decdsa_sig.c489 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 Dparams.c250 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 DOSSL_PARAM_int.pod23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,