Home
last modified time | relevance | path

Searched defs:out (Results 1026 - 1050 of 4024) sorted by relevance

1...<<41424344454647484950>>...161

/third_party/pulseaudio/src/pulsecore/resampler/
H A Dsoxr.c32 void *in, *out; in resampler_soxr_resample() local
/third_party/openssl/apps/
H A Dpkeyparam.c49 BIO *in = NULL, *out = NULL; in pkeyparam_main() local
H A Drand.c52 BIO *out = NULL; in rand_main() local
[all...]
/third_party/openssl/crypto/asn1/
H A Da_mbstr.c36 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_copy() argument
42 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_ncopy() argument
[all...]
H A Dx_long.c189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in long_print() argument
H A Dx_bignum.c149 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print() argument
/third_party/openssl/crypto/bn/
H A Dbn_intern.c159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c25 unsigned char *out = NULL; in PKCS12_pbe_crypt_ex() local
135 unsigned char *out = NULL; PKCS12_item_decrypt_d2i_ex() local
[all...]
H A Dp12_key.c19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument
41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument
49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument
71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument
79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument
133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_io.c67 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) in i2d_CMS_bio_stream() argument
73 int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, in PEM_write_bio_CMS_stream() argument
/third_party/openssl/crypto/evp/
H A De_sm4.c33 static void sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, in sm4_cbc_encrypt() argument
45 static void sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_cfb128_encrypt() argument
53 static void sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, in sm4_ecb_encrypt() argument
62 static void sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_ofb128_encrypt() argument
74 sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) sm4_ctr_cipher() argument
[all...]
/third_party/openssl/crypto/idea/
H A Di_cbc.c20 void IDEA_cbc_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cbc_encrypt() argument
/third_party/openssl/crypto/bio/
H A Dbio_dump.c129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
H A Dbf_null.c45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c20 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, in DES_xcbc_encrypt() argument
/third_party/openssl/crypto/rc2/
H A Drc2_cbc.c19 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in RC2_cbc_encrypt() argument
/third_party/openssl/crypto/ec/curve448/
H A Dpoint_448.h168 curve448_scalar_copy(curve448_scalar_t out, const curve448_scalar_t a) curve448_scalar_copy() argument
[all...]
/third_party/openssl/crypto/modes/
H A Dwrap128.c48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument
99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument
150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument
183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument
251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStreamProducerD3DTexture.cpp23 GetGLDescFromTex(ID3D11Texture2D *const tex, const UINT planeIndex, egl::Stream::GLTextureDescription *const out) GetGLDescFromTex() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.cpp17 GetImageReference( TInfoSinkBase &out, const ImageFunctionHLSL::ImageFunction &imageFunction) GetImageReference() argument
47 OutputImageFunctionArgumentList( TInfoSinkBase &out, const ImageFunctionHLSL::ImageFunction &imageFunction) OutputImageFunctionArgumentList() argument
108 OutputImageSizeFunctionBody( TInfoSinkBase &out, const ImageFunctionHLSL::ImageFunction &imageFunction, const ImmutableString &imageReference) OutputImageSizeFunctionBody() argument
139 OutputImageLoadFunctionBody( TInfoSinkBase &out, const ImageFunctionHLSL::ImageFunction &imageFunction, const ImmutableString &imageReference) OutputImageLoadFunctionBody() argument
158 OutputImageStoreFunctionBody( TInfoSinkBase &out, const ImageFunctionHLSL::ImageFunction &imageFunction, const ImmutableString &imageReference) OutputImageStoreFunctionBody() argument
333 imageFunctionHeader(TInfoSinkBase &out) imageFunctionHeader() argument
[all...]
H A DShaderStorageBlockFunctionHLSL.cpp21 OutputSSBOLoadFunctionBody( TInfoSinkBase &out, const ShaderStorageBlockFunction &ssboFunction) OutputSSBOLoadFunctionBody() argument
114 OutputSSBOStoreFunctionBody( TInfoSinkBase &out, const ShaderStorageBlockFunction &ssboFunction) OutputSSBOStoreFunctionBody() argument
193 OutputSSBOLengthFunctionBody(TInfoSinkBase &out, int unsizedArrayStride) OutputSSBOLengthFunctionBody() argument
202 OutputSSBOAtomicMemoryFunctionBody( TInfoSinkBase &out, const ShaderStorageBlockFunction &ssboFunction) OutputSSBOAtomicMemoryFunctionBody() argument
368 shaderStorageBlockFunctionHeader(TInfoSinkBase &out) shaderStorageBlockFunctionHeader() argument
[all...]
H A DBuiltInFunctionEmulator.cpp155 void BuiltInFunctionEmulator::WriteEmulatedFunctionName(TInfoSinkBase &out, const char *name) in WriteEmulatedFunctionName() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h160 OutputType *out = reinterpret_cast<OutputType *>(output); in convertArray() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp47 inline std::ostream& operator<<(std::ostream& out, Case c) { in operator <<() argument
[all...]
H A Dval_ssa_test.cpp669 std::string out = kHeader + op_name + kBasicTypes + kKernelTypesAndConstants + in forwardKernelNonDominantParameterBaseCode() local

Completed in 11 milliseconds

1...<<41424344454647484950>>...161