Home
last modified time | relevance | path

Searched defs:out (Results 1376 - 1400 of 3674) sorted by relevance

1...<<51525354555657585960>>...147

/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h156 inline void convertQuadToCubic(const SkPoint p[3], SkPoint out[4]) { in convertQuadToCubic() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.hpp361 T out = T(0); in Load() local
389 T out; in Load() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp552 dap::Scope out; scope() local
565 dap::Source out; source() local
591 std::shared_ptr<File> out; file() local
606 std::shared_ptr<File> out; file() local
[all...]
H A DThread.cpp152 std::vector<Frame> out; in stack() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.cpp57 Data out; in getData() local
/third_party/openssl/crypto/siphash/
H A Dsiphash.c197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() argument
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() argument
H A Dblake2_mac_impl.c134 blake2_mac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) blake2_mac_final() argument
H A Dcmac_prov.c137 static int cmac_final(void *vmacctx, unsigned char *out, size_t *outl, in cmac_final() argument
/third_party/openssl/fuzz/
H A Dserver.c513 BIO *out; in FuzzerTestOneInput() local
/third_party/openssl/providers/common/
H A Dprovider_util.c341 ossl_prov_cache_exported_algorithms(const OSSL_ALGORITHM_CAPABLE *in, OSSL_ALGORITHM *out) ossl_prov_cache_exported_algorithms() argument
/third_party/openssl/providers/
H A Ddefltprov.c544 ossl_default_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_default_provider_init() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c157 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() argument
192 static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_update() argument
211 static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_final() argument
H A Dcipher_aes_siv.c115 static int siv_cipher(void *vctx, unsigned char *out, size_t *outl, in siv_cipher() argument
145 static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in siv_stream_final() argument
H A Dciphercommon_ccm.c266 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() argument
284 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() argument
301 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher() argument
332 ccm_tls_cipher(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_tls_cipher() argument
379 ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_cipher_internal() argument
[all...]
H A Dcipher_chacha20_poly1305.c265 static int chacha20_poly1305_cipher(void *vctx, unsigned char *out, in chacha20_poly1305_cipher() argument
292 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() argument
H A Dcipher_null.c65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() argument
92 static int null_final(void *vctx, unsigned char *out, size_t *outl, in null_final() argument
H A Dcipher_cts.c100 cts128_cs1_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_encrypt() argument
125 do_xor(const unsigned char *in1, const unsigned char *in2, size_t len, unsigned char *out) do_xor() argument
134 cts128_cs1_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_decrypt() argument
196 cts128_cs3_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_encrypt() argument
236 cts128_cs3_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_decrypt() argument
302 cts128_cs2_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_encrypt() argument
315 cts128_cs2_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_decrypt() argument
328 ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_cbc_cts_block_update() argument
373 ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_cbc_cts_block_final() argument
[all...]
/third_party/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c81 static int sm2_asym_encrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen, in sm2_asym_encrypt() argument
102 static int sm2_asym_decrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen, in sm2_asym_decrypt() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c50 kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) kdf_pbkdf1_do_derive() argument
/third_party/openssl/crypto/sha/
H A Dkeccak1600.c1096 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r) in SHA3_squeeze() argument
1144 SHA3_sponge(const unsigned char *inp, size_t len, unsigned char *out, size_t d, size_t r) SHA3_sponge() argument
1162 unsigned char out[512]; main() local
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_prn.c24 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, in X509V3_EXT_val_prn() argument
70 X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) X509V3_EXT_print() argument
179 unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, unsigned long flag, int indent, int supported) unknown_ext_print() argument
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h87 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
89 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
H A Dct.h290 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c41 BIO *out = ossl_bio_new_from_core_bio(ctx->provctx, cout); in write_msblob() local
55 BIO *out = NULL; in write_pvk() local
[all...]

Completed in 16 milliseconds

1...<<51525354555657585960>>...147