Searched refs:tempbuf (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_egd.c | 114 unsigned char tempbuf[255]; in RAND_query_egd_bytes() local 116 if (bytes > (int)sizeof(tempbuf)) in RAND_query_egd_bytes() 177 tempbuf[0] = 1; in RAND_query_egd_bytes() 178 tempbuf[1] = bytes; in RAND_query_egd_bytes() 179 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes() 181 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0) in RAND_query_egd_bytes() 183 numbytes = tempbuf[0]; in RAND_query_egd_bytes() 188 buf = tempbuf; in RAND_query_egd_bytes() 196 RAND_add(tempbuf, in RAND_query_egd_bytes() [all...] |
/third_party/openssl/crypto/rand/ |
H A D | rand_egd.c | 114 unsigned char tempbuf[255]; in RAND_query_egd_bytes() local 116 if (bytes > (int)sizeof(tempbuf)) in RAND_query_egd_bytes() 177 tempbuf[0] = 1; in RAND_query_egd_bytes() 178 tempbuf[1] = bytes; in RAND_query_egd_bytes() 179 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes() 181 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0) in RAND_query_egd_bytes() 183 numbytes = tempbuf[0]; in RAND_query_egd_bytes() 188 buf = tempbuf; in RAND_query_egd_bytes() 196 RAND_add(tempbuf, in RAND_query_egd_bytes() [all...] |
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 470 unsigned char tempbuf[SHA512_LENGTH] = {0}; in pbkdf2_sha512() local 477 __u32 *temp_u32 = (__u32 *)tempbuf; in pbkdf2_sha512() 498 f2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf); in pbkdf2_sha512() 503 memcpy(buf, tempbuf, SHA512_LENGTH); in pbkdf2_sha512() 504 f2fs_sha512(buf, actual_buf_len, tempbuf); in pbkdf2_sha512()
|
/third_party/backends/backend/ |
H A D | mustek_usb2.c | 2480 static SANE_Byte *tempbuf; in sane_read() local 2522 tempbuf = in sane_read() 2525 memset (tempbuf, 0, in sane_read() 2535 image_row.pBuffer = (SANE_Byte *) tempbuf; in sane_read() 2553 memcpy (s->Scan_data_buf, tempbuf, s->scan_buffer_len); in sane_read() 2556 free (tempbuf); in sane_read()
|
/third_party/curl/lib/ |
H A D | urldata.h | 1271 struct tempbuf { struct 1356 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
|
H A D | sendf.c | 426 struct tempbuf writebuf[3]; /* there can only be three */ in Curl_client_unpause()
|
Completed in 11 milliseconds