Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_uint (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dmdc2_prov.c50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
/third_party/openssl/providers/implementations/digests/
H A Dmdc2_prov.c50 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->pad_type)) { in mdc2_set_ctx_params()
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c603 if (!OSSL_PARAM_get_uint(p, &pad)) { in ossl_cipher_generic_set_ctx_params()
613 if (!OSSL_PARAM_get_uint(p, &bits)) { in ossl_cipher_generic_set_ctx_params()
621 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
637 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.c196 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()
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
/third_party/openssl/include/openssl/
H A Dparams.h104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dtest_rng.c182 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
/third_party/openssl/providers/implementations/rands/
H A Dtest_rng.c182 if (p != NULL && !OSSL_PARAM_get_uint(p, &t->strength)) in test_rng_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Decdsa_sig.c489 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_set_ctx_params()
/third_party/openssl/providers/implementations/signature/
H A Decdsa_sig.c489 if (p != NULL && !OSSL_PARAM_get_uint(p, &ctx->kattest)) in ecdsa_set_ctx_params()
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()

Completed in 15 milliseconds

12