| /third_party/pulseaudio/src/pulsecore/resampler/ |
| H A D | soxr.c | 32 void *in, *out; in resampler_soxr_resample() local
|
| /third_party/openssl/apps/ |
| H A D | pkeyparam.c | 49 BIO *in = NULL, *out = NULL; in pkeyparam_main() local
|
| H A D | rand.c | 52 BIO *out = NULL; in rand_main() local [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | a_mbstr.c | 36 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 D | x_long.c | 189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in long_print() argument
|
| H A D | x_bignum.c | 149 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 D | bn_intern.c | 159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words() argument
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_decr.c | 25 unsigned char *out = NULL; in PKCS12_pbe_crypt_ex() local 135 unsigned char *out = NULL; PKCS12_item_decrypt_d2i_ex() local [all...] |
| H A D | p12_key.c | 19 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 D | cms_io.c | 67 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 D | e_sm4.c | 33 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 D | i_cbc.c | 20 void IDEA_cbc_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cbc_encrypt() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | bio_dump.c | 129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
|
| H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
| /third_party/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 20 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, in DES_xcbc_encrypt() argument
|
| /third_party/openssl/crypto/rc2/ |
| H A D | rc2_cbc.c | 19 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 D | point_448.h | 168 curve448_scalar_copy(curve448_scalar_t out, const curve448_scalar_t a) curve448_scalar_copy() argument [all...] |
| /third_party/openssl/crypto/modes/ |
| H A D | wrap128.c | 48 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 D | StreamProducerD3DTexture.cpp | 23 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 D | ImageFunctionHLSL.cpp | 17 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 D | ShaderStorageBlockFunctionHLSL.cpp | 21 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 D | BuiltInFunctionEmulator.cpp | 155 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 D | vertexconversion.h | 160 OutputType *out = reinterpret_cast<OutputType *>(output); in convertArray() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product.cpp | 47 inline std::ostream& operator<<(std::ostream& out, Case c) { in operator <<() argument [all...] |
| H A D | val_ssa_test.cpp | 669 std::string out = kHeader + op_name + kBasicTypes + kKernelTypesAndConstants + in forwardKernelNonDominantParameterBaseCode() local
|