/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 39 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() argument 49 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() argument 139 static int do_buf(unsigned char *buf, int buflen, in do_buf() argument 235 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, in do_hex_dump() argument [all...] |
H A D | bio_asn1.c | 43 unsigned char *buf; member
|
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 507 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 525 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument
|
H A D | bn_nist.c | 339 } buf; in BN_nist_mod_192() local 475 } buf; in BN_nist_mod_224() local 647 } buf; BN_nist_mod_256() local 884 } buf; BN_nist_mod_384() local [all...] |
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 366 unsigned char *buf; in OBJ_txt2obj() local 412 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument 664 char buf[512]; OBJ_create_objects() local [all...] |
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 67 char buf[1024]; in log_message() local
|
/third_party/openssl/crypto/rand/ |
H A D | rand_lib.c | 245 void RAND_seed(const void *buf, int num) in RAND_seed() argument 262 void RAND_add(const void *buf, int num, double randomness) in RAND_add() argument 285 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() argument 325 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_ argument 347 RAND_priv_bytes(unsigned char *buf, int num) RAND_priv_bytes() argument 354 RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, unsigned int strength) RAND_bytes_ex() argument 376 RAND_bytes(unsigned char *buf, int num) RAND_bytes() argument [all...] |
/third_party/openssl/apps/ |
H A D | s_time.c | 117 char buf[1024 * 8]; in s_time_main() local [all...] |
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 95 BUF_MEM *buf = NULL; in OSSL_ENCODER_to_data() local 662 BUF_MEM *buf; encoder_process() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 268 GLuint buf; in iterate() local
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 113 deUint8 buf[2048]; in parseBatchResult() local
|
H A D | xeTestLogCompare.cpp | 182 deUint8 buf [1024]; in readLogFile() local
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTcpIpLink.cpp | 205 deUint8 buf[SEND_BUFFER_BLOCK_SIZE]; in run() local
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 399 Probe(const ProbeCommand* command, const Format* fmt, uint32_t texel_stride, uint32_t row_stride, uint32_t frame_width, uint32_t frame_height, const void* buf) Probe() argument
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 221 auto* buf = pipeline->GetIndexBuffer(); in CreatePipeline() local 507 auto buf = MakeUnique<Buffer>(); in DoDrawRect() local 595 auto buf = MakeUnique<Buffer>(); in DoDrawGrid() local [all...] |
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 33 bool SkWebpCodec::IsWebp(const void* buf, size_t bytesRead) { in IsWebp() argument
|
/third_party/skia/src/core/ |
H A D | SkTraceEventCommon.h | 96 char buf[BUFFER_SIZE]; in SkAndroidFrameworkTraceUtil() local 129 char buf[BUFFER_SIZE]; in SkAndroidFrameworkTraceUtilAlways() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 212 char buf[1024]; in syncScope() local
|
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 264 char buf[SIZE + 1]; in read_till_nl() local 658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() argument
|
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 572 BUF_MEM *buf = NULL; in i2d_PUBKEY() local
|
/third_party/openssl/ssl/statem/ |
H A D | statem_dtls.c | 59 unsigned char *buf = NULL; in dtls1_hm_fragment_new() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.c | 236 unsigned char *buf; in aes_ocb_block_update() local 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
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg.c | 316 unsigned char *buf = NULL; in prov_drbg_get_nonce() local
|
/third_party/openssl/test/ |
H A D | asynciotest.c | 276 static int async_gets(BIO *bio, char *buf, int size) in async_gets() argument 297 char buf[sizeof(testdata)]; in test_asyncio() local
|
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 97 char buf[4096]; in TS_RESP_verify_signature() local
|