/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 603 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 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 | 196 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()
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | params.h | 104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
/third_party/openssl/include/openssl/ |
H A D | params.h | 104 int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val);
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 390 if (!OSSL_PARAM_get_uint(p, &pad)) in dh_set_ctx_params()
|