Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_size_t (Results 1 - 25 of 60) sorted by relevance

123

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.c114 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 Dcipher_rc4_hmac_md5.c151 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 Dcipher_chacha20_poly1305.c155 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 Dcipher_null.c168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dcipher_aes_ocb.c383 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 Dcipher_aes_cbc_hmac_sha.c113 && !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 Dcipher_aes_xts.c243 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 Dcipher_chacha20.c134 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 Dcipher_rc4_hmac_md5.c161 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 Dcipher_chacha20_poly1305.c175 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 Dcipher_null.c168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c113 && !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 Dcipher_aes_ocb.c383 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 Dcipher_aes_xts.c243 if (!OSSL_PARAM_get_size_t(p, &keylen)) { in aes_xts_set_ctx_params()
H A Dciphercommon.c127 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 Dparams.h111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
H A Dsiphash_prov.c205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
/third_party/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c200 if (!OSSL_PARAM_get_size_t(p, &size) in blake2_mac_set_ctx_params()
H A Dsiphash_prov.c205 if (!OSSL_PARAM_get_size_t(p, &size) in siphash_set_params()
/third_party/openssl/include/openssl/
H A Dparams.h111 int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c512 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 Ddsa_kmgmt.c498 && !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 Dparam_build_test.c319 || !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 Drsa_kmgmt.c512 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()

Completed in 16 milliseconds

123