| /third_party/openssl/crypto/evp/ |
| H A D | e_des.c | 60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher() argument 70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher() argument 93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher() argument 119 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb64_cipher() argument 148 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb1_cipher() argument 177 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb8_cipher() argument [all...] |
| H A D | p5_crpt2.c | 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 83 PKCS5_PBKDF2_HMAC(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC() argument 92 PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC_SHA1() argument
|
| /third_party/openssl/crypto/modes/ |
| H A D | ccm128.c | 137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_encrypt() argument 221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_decrypt() argument 310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_encrypt_ccm64() argument 374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_decrypt_ccm64() argument [all...] |
| /third_party/openssl/crypto/ocsp/ |
| H A D | v3_ocsp.c | 215 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) i2r_ocsp_nonce() argument 227 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) i2r_ocsp_nocheck() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | bf_buff.c | 87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() argument
|
| H A D | bf_lbuf.c | 94 static int linebuffer_read(BIO *b, char *out, int outl) in linebuffer_read() argument
|
| H A D | bf_nbio.c | 80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read() argument
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 213 PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags) PKCS7_verify() argument
|
| /third_party/openssl/crypto/rand/ |
| H A D | randfile.c | 186 FILE *out = NULL; in RAND_write_file() local
|
| /third_party/openssl/apps/ |
| H A D | crl2pkcs7.c | 51 BIO *in = NULL, *out = NULL; in crl2pkcs7_main() local
|
| H A D | pkcs7.c | 58 BIO *in = NULL, *out = NULL; in pkcs7_main() local [all...] |
| H A D | sess_id.c | 52 BIO *out = NULL; in sess_id_main() local [all...] |
| /third_party/openssl/crypto/ |
| H A D | cpuid.c | 205 size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt) in OPENSSL_instrument_bus() argument 210 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
|
| /third_party/openssl/crypto/dh/ |
| H A D | dh_backend.c | 138 static ossl_inline int dh_bn_dup_check(BIGNUM **out, const BIGNUM *f) in dh_bn_dup_check() argument
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_mutl.c | 60 unsigned char out[96]; in pkcs12_gen_gost_mac_key() local 76 pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen, int (*pkcs12_key_gen)(const char *pass, int passlen, unsigned char *salt, int slen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type)) pkcs12_gen_mac() argument
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | export_targets.py | 337 out = {k: flattened_target(k, descs) for k in libraries} variable
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
| H A D | PMurHash.cpp | 317 void PMurHash32_test(const void *key, int len, uint32_t seed, void *out) in PMurHash32_test() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.cpp | 418 void GrShape::asPath(SkPath* out, bool simpleFill) const { in asPath() argument [all...] |
| H A D | GrPathUtils.h | 156 inline void convertQuadToCubic(const SkPoint p[3], SkPoint out[4]) { in convertQuadToCubic() argument
|
| /third_party/skia/src/core/ |
| H A D | SkMaskGamma.cpp | 116 float out = dstConvert.fromLuma(dstGamma, linOut); in SkTMaskGamma_build_correcting_lut() local
|
| H A D | SkRect.cpp | 194 static bool subtract(const R& a, const R& b, R* out) { in subtract() argument 269 Subtract(const SkRect& a, const SkRect& b, SkRect* out) Subtract() argument 273 Subtract(const SkIRect& a, const SkIRect& b, SkIRect* out) Subtract() argument [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLExtensions.cpp | 46 static void eat_space_sep_strings(SkTArray<SkString>* out, const char in[]) { in eat_space_sep_strings() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrXferProcessor.cpp | 144 SkString out; in dump() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ShaderCore.hpp | 361 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 D | Server.cpp | 552 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...] |