| /third_party/openssl/demos/cms/ |
| H A D | cms_denc.c | 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL; in main() local
|
| H A D | cms_ddec.c | 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; in main() local
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw.c | 62 generic_aes_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, size_t len, unsigned char *out) generic_aes_gcm_cipher_update() argument [all...] |
| H A D | cipher_chacha20_hw.c | 41 static int chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, in chacha20_cipher() argument
|
| H A D | cipher_rc4_hw.c | 27 static int cipher_hw_rc4_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_rc4_cipher() argument
|
| /third_party/openssl/demos/bio/ |
| H A D | client-conf.c | 17 BIO *sbio = NULL, *out = NULL; in main() local
|
| H A D | client-arg.c | 16 BIO *sbio = NULL, *out = NULL; in main() local
|
| /third_party/openssl/demos/smime/ |
| H A D | smsign2.c | 17 BIO *in = NULL, *out = NULL, *tbio = NULL; in main() local
|
| H A D | smsign.c | 17 BIO *in = NULL, *out = NULL, *tbio = NULL; in main() local
|
| H A D | smver.c | 17 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; in main() local
|
| /third_party/openssl/crypto/rc5/ |
| H A D | rc5cfb64.c | 25 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, in RC5_32_cfb64_encrypt() argument
|
| H A D | rc5ofb64.c | 24 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, in RC5_32_ofb64_encrypt() argument
|
| /third_party/openssl/demos/mac/ |
| H A D | hmac-sha512.c | 83 unsigned char *out = NULL; in main() local
|
| H A D | cmac-aes256.c | 72 unsigned char *out = NULL; in main() local
|
| H A D | gmac.c | 63 unsigned char out[16]; in main() local
|
| /third_party/openssl/demos/kdf/ |
| H A D | scrypt.c | 65 unsigned char out[64]; in main() local
|
| H A D | pbkdf2.c | 63 unsigned char out[64]; in main() local
|
| H A D | hkdf.c | 49 unsigned char out[42]; in main() local
|
| /third_party/openssl/fuzz/ |
| H A D | client.c | 60 BIO *out; in FuzzerTestOneInput() local
|
| /third_party/openssl/test/ |
| H A D | casttest.c | 67 unsigned char out[80]; in cast_test_vector() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
| H A D | DebuggingOutputStream.java | 30 public DebuggingOutputStream(OutputStream out, boolean debug) { in DebuggingOutputStream() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | data_descriptor.cpp | 51 std::ostream& operator<<(std::ostream& out, in operator <<() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | data_descriptor.cpp | 51 std::ostream& operator<<(std::ostream& out, in operator <<() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | bit_vector.cpp | 23 void BitVector::ReportDensity(std::ostream& out) { in ReportDensity() argument 64 std::ostream& operator<<(std::ostream& out, const BitVector& bv) { in operator <<() argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | upsampling_sse2.c | 91 Upsample32Pixels_SSE2(const uint8_t r1[], const uint8_t r2[], uint8_t* const out) Upsample32Pixels_SSE2() argument [all...] |