/third_party/openssl/providers/implementations/ciphers/ |
H 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()
|
H 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()
|
H A D | cipher_chacha20_poly1305.c | 155 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params() 166 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
|
H A D | cipher_null.c | 168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
|
H 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()
|
H 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()
|
H A D | cipher_aes_xts.c | 243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20.c | 134 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params() 145 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_set_ctx_params()
|
H A D | cipher_rc4_hmac_md5.c | 161 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params() 173 if (!OSSL_PARAM_get_size_t(p, &sz)) { in rc4_hmac_md5_set_ctx_params()
|
H A D | cipher_chacha20_poly1305.c | 175 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params() 186 if (!OSSL_PARAM_get_size_t(p, &len)) { in chacha20_poly1305_set_ctx_params()
|
H A D | cipher_null.c | 168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
|
H 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()
|
H A D | cipher_aes_ocb.c | 383 if (!OSSL_PARAM_get_size_t(p, &sz)) { in aes_ocb_set_ctx_params() 399 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_ocb_set_ctx_params()
|
H A D | cipher_aes_xts.c | 243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
|
H A D | ciphercommon.c | 127 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END() 659 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | params.h | 111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | blake2_mac_impl.c | 200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
|
H A D | siphash_prov.c | 205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | blake2_mac_impl.c | 200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
|
H A D | siphash_prov.c | 205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
|
/third_party/openssl/include/openssl/ |
H A D | params.h | 111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 512 if (!OSSL_PARAM_get_size_t(p, &gctx->nbits)) in rsa_gen_set_params() 520 && !OSSL_PARAM_get_size_t(p, &gctx->primes)) in rsa_gen_set_params()
|
H A D | dsa_kmgmt.c | 498 && !OSSL_PARAM_get_size_t(p, &gctx->pbits)) in dsa_gen_set_params() 501 && !OSSL_PARAM_get_size_t(p, &gctx->qbits)) in dsa_gen_set_params()
|
/third_party/openssl/test/ |
H A D | param_build_test.c | 319 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in template_private_test() 485 || !TEST_true(OSSL_PARAM_get_size_t(p, &st)) in builder_merge_test()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 512 if (!OSSL_PARAM_get_size_t(p, &gctx->nbits)) in rsa_gen_set_params() 520 && !OSSL_PARAM_get_size_t(p, &gctx->primes)) in rsa_gen_set_params()
|