Home
last modified time | relevance | path

Searched defs:out (Results 2451 - 2475 of 3674) sorted by relevance

1...<<919293949596979899100>>...147

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc388 GetVkShaderStageInfo( amber::Pipeline* pipeline, std::vector<VkPipelineShaderStageCreateInfo>* out) GetVkShaderStageInfo() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dhex_float_test.cpp475 std::stringstream out; in NormalizeExponentInFloatString() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp85 std::stringstream out; in operator std::string() local
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp449 SkString out; in nameVariable() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp526 auto out = tokens.get(); in getOrParseFileTokens() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp324 std::vector<std::shared_ptr<Thread>> out; in threads() local
368 std::vector<std::shared_ptr<File>> out; in files() local
/third_party/openssl/crypto/x509/
H A Dx_pubkey.c571 BIO *out = BIO_new(BIO_s_mem()); in i2d_PUBKEY() local
/third_party/openssl/providers/implementations/macs/
H A Dkmac_prov.c272 unsigned char *out; in kmac_init() local
333 kmac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) kmac_final() argument
469 right_encode(unsigned char *out, size_t out_max_len, size_t *out_len, size_t bits) right_encode() argument
500 encode_string(unsigned char *out, size_t out_max_len, size_t *out_len, const unsigned char *in, size_t in_len) encode_string() argument
536 bytepad(unsigned char *out, size_t *out_len, const unsigned char *in1, size_t in1_len, const unsigned char *in2, size_t in2_len, size_t w) bytepad() argument
580 kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len, size_t *out_len, const unsigned char *in, size_t in_len, size_t w) kmac_bytepad_encode_key() argument
[all...]
/third_party/openssl/ssl/
H A Dt1_enc.c637 int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p, in tls1_generate_master_secret() argument
700 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material() argument
25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
607 tls1_final_finish_mac(SSL *s, const char *str, size_t slen, unsigned char *out) tls1_final_finish_mac() argument
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c312 pkey_rsa_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_encrypt() argument
345 pkey_rsa_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_decrypt() argument
H A Drsa_backend.c340 static ossl_inline int rsa_bn_dup_check(BIGNUM **out, const BIGNUM *f) in rsa_bn_dup_check() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c80 aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) aes_generic_ocb_cipher() argument
159 aes_ocb_block_update_internal(PROV_AES_OCB_CTX *ctx, unsigned char *buf, size_t *bufsz, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl, OSSL_ocb_cipher_fn ciph) aes_ocb_block_update_internal() argument
211 cipher_updateaad(PROV_AES_OCB_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cipher_updateaad() argument
231 aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_ocb_block_update() argument
262 aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) aes_ocb_block_final() argument
497 aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_ocb_cipher() argument
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dhkdf.c253 static int setinfo_fromparams(const OSSL_PARAM *p, unsigned char *out, size_t *outlen) in setinfo_fromparams() argument
585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument
619 prov_tls13_hkdf_generate_secret(OSSL_LIB_CTX *libctx, const EVP_MD *md, const unsigned char *prevsecret, size_t prevsecretlen, const unsigned char *insecret, size_t insecretlen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, unsigned char *out, size_t outlen) prov_tls13_hkdf_generate_secret() argument
[all...]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c248 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() argument
615 int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_ argument
188 ossl_drbg_clear_seed(ossl_unused void *vdrbg, unsigned char *out, size_t outlen) ossl_drbg_clear_seed() argument
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*instantiate)(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_hash.c67 static int hash_df(PROV_DRBG *drbg, unsigned char *out, in hash_df() argument
131 static int hash_df1(PROV_DRBG *drbg, unsigned char *out, in hash_df1() argument
207 hash_gen(PROV_DRBG *drbg, unsigned char *out, size_t outlen) hash_gen() argument
323 drbg_hash_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len) drbg_hash_generate() argument
352 drbg_hash_generate_wrapper(void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength, int prediction_resistance, const unsigned char *adin, size_t adin_len) drbg_hash_generate_wrapper() argument
[all...]
/third_party/openssl/test/
H A Dbad_dtls_test.c65 do_PRF(const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, unsigned char *out, int olen) do_PRF() argument
H A Dasynciotest.c89 static int async_read(BIO *bio, char *out, int outl) in async_read() argument
/third_party/openssl/providers/fips/
H A Dself_test_kats.c24 unsigned char out[EVP_MAX_MD_SIZE]; in self_test_digest() local
199 unsigned char out[128]; in self_test_kdf() local
254 unsigned char out[25 in self_test_drbg() local
542 unsigned char out[256]; self_test_asym_cipher() local
[all...]
H A Dself_test.c186 unsigned char out[MAX_MD_SIZE]; in verify_integrity() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp475 std::stringstream out; in NormalizeExponentInFloatString() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp85 std::stringstream out; in operator std::string() local
[all...]
/third_party/skia/third_party/externals/imgui/misc/fonts/
H A Dbinary_to_compressed_c.cpp90 FILE* out = stdout; in binary_to_compressed_c() local
377 stb_compress(stb_uchar *out, stb_uchar *input, stb_uint length) stb_compress() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing.c150 uint32_t out = argb & 0xff000000u; in WebPMultARGBRow_C() local
379 PackARGB_C(const uint8_t* WEBP_RESTRICT a, const uint8_t* WEBP_RESTRICT r, const uint8_t* WEBP_RESTRICT g, const uint8_t* WEBP_RESTRICT b, int len, uint32_t* WEBP_RESTRICT out) PackARGB_C() argument
391 PackRGB_C(const uint8_t* WEBP_RESTRICT r, const uint8_t* WEBP_RESTRICT g, const uint8_t* WEBP_RESTRICT b, int len, int step, uint32_t* WEBP_RESTRICT out) PackRGB_C() argument
[all...]
H A Drescaler_sse2.c31 static void LoadTwoPixels_SSE2(const uint8_t* const src, __m128i* out) { in LoadTwoPixels_SSE2() argument
40 static void LoadEightPixels_SSE2(const uint8_t* const src, __m128i* out) { in LoadEightPixels_SSE2() argument
67 const __m128i out = _mm_madd_epi16(cur_pixels, mult); in RescalerImportRowExpand_SSE2() local
86 const __m128i out = _mm_madd_epi16(cur_pixels, mult); in RescalerImportRowExpand_SSE2() local
H A Dyuv_neon.c230 SharpYUVFilterRow_NEON(const int16_t* A, const int16_t* B, int len, const uint16_t* best_y, uint16_t* out) SharpYUVFilterRow_NEON() argument

Completed in 27 milliseconds

1...<<919293949596979899100>>...147