Home
last modified time | relevance | path

Searched defs:out (Results 1351 - 1375 of 3667) sorted by relevance

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

/third_party/openssl/crypto/evp/
H A De_des.c60 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 Dp5_crpt2.c22 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 Dccm128.c137 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 Dv3_ocsp.c215 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 Dbf_buff.c87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() argument
H A Dbf_lbuf.c94 static int linebuffer_read(BIO *b, char *out, int outl) in linebuffer_read() argument
H A Dbf_nbio.c80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read() argument
/third_party/openssl/crypto/pkcs7/
H A Dpk7_smime.c213 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 Drandfile.c186 FILE *out = NULL; in RAND_write_file() local
/third_party/openssl/apps/
H A Dcrl2pkcs7.c51 BIO *in = NULL, *out = NULL; in crl2pkcs7_main() local
H A Dpkcs7.c58 BIO *in = NULL, *out = NULL; in pkcs7_main() local
[all...]
H A Dsess_id.c52 BIO *out = NULL; in sess_id_main() local
[all...]
/third_party/openssl/crypto/
H A Dcpuid.c205 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 Ddh_backend.c138 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 Dp12_mutl.c60 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 Dexport_targets.py337 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 DPMurHash.cpp317 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 DGrShape.cpp418 void GrShape::asPath(SkPath* out, bool simpleFill) const { in asPath() argument
[all...]
H A DGrPathUtils.h156 inline void convertQuadToCubic(const SkPoint p[3], SkPoint out[4]) { in convertQuadToCubic() argument
/third_party/skia/src/core/
H A DSkMaskGamma.cpp116 float out = dstConvert.fromLuma(dstGamma, linOut); in SkTMaskGamma_build_correcting_lut() local
H A DSkRect.cpp194 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 DGrGLExtensions.cpp46 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 DGrXferProcessor.cpp144 SkString out; in dump() local
/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...]

Completed in 14 milliseconds

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