Home
last modified time | relevance | path

Searched defs:out (Results 401 - 425 of 3415) sorted by relevance

1...<<11121314151617181920>>...137

/third_party/openssl/crypto/lhash/
H A Dlh_stats.c62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_stats_bio() argument
82 OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) OPENSSL_LH_node_stats_bio() argument
94 OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out) OPENSSL_LH_node_usage_stats_bio() argument
[all...]
/third_party/openssl/crypto/modes/
H A Dcbc128.c24 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cbc128_encrypt() argument
76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument
[all...]
H A Dxts128.c23 CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc) CRYPTO_xts128_encrypt() argument
[all...]
/third_party/openssl/crypto/bf/
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() argument
/third_party/openssl/crypto/rand/
H A Drand_meth.c43 static int drbg_bytes(unsigned char *out, int count) in drbg_bytes() argument
/third_party/openssl/crypto/buffer/
H A Dbuffer.c148 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) in BUF_reverse() argument
/third_party/openssl/crypto/comp/
H A Dcomp_lib.c59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() argument
74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block() argument
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp68 std::ostream &operator<<(std::ostream &out, const Token &token) in operator <<() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSL.cpp27 TInfoSinkBase &out = objSink(); in visitSymbol() local
H A DOutputESSL.cpp28 TInfoSinkBase &out = objSink(); in writeVariablePrecision() local
H A DAtomicCounterFunctionHLSL.cpp67 void AtomicCounterFunctionHLSL::atomicCounterFunctionHeader(TInfoSinkBase &out) in atomicCounterFunctionHeader() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryconversions.h91 void ConvertGLenumValue(InType param, OutType *out) in ConvertGLenumValue() argument
97 void ConvertPackedEnum(PackedEnumType param, OutType *out) in ConvertPackedEnum() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dbit_vector.cpp23 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/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_result_reporter.cc58 bool PerfResultReporter::GetMetricInfo(const std::string &metric_suffix, MetricInfo *out) in GetMetricInfo() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp82 std::ostream &operator<<(std::ostream &out, const Token &token) in operator <<() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() argument
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
H A DReactorBenchmarks.cpp60 int out = 0; in BENCHMARK_DEFINE_F() local
/third_party/openssl/demos/cms/
H A Dcms_sign2.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; in main() local
H A Dcms_sign.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; in main() local
H A Dcms_ver.c17 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; in main() local
H A Dcms_denc.c20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL; in main() local
H A Dcms_ddec.c20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; in main() local
/third_party/openssl/providers/
H A Dnullprov.c70 ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_null_provider_init() argument
/third_party/openssl/ssl/
H A Dd1_srtp.c61 ssl_ctx_make_profiles(const char *profiles_string, STACK_OF(SRTP_PROTECTION_PROFILE) **out) ssl_ctx_make_profiles() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c62 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...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...137