Searched refs:tempbuf (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/rand/ |
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, i, i); in RAND_query_egd_bytes()
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
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, i, i); in RAND_query_egd_bytes()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 469 unsigned char tempbuf[SHA512_LENGTH] = {0}; in pbkdf2_sha512() local 476 __u32 *temp_u32 = (__u32 *)tempbuf; in pbkdf2_sha512() 497 f2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf); in pbkdf2_sha512() 502 memcpy(buf, tempbuf, SHA512_LENGTH); in pbkdf2_sha512() 503 f2fs_sha512(buf, actual_buf_len, tempbuf); in pbkdf2_sha512()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 120 GstBuffer *tempbuf; member 676 if (scope->priv->tempbuf) { in gst_audio_visualizer_dispose() 678 gst_buffer_unref (scope->priv->tempbuf); in gst_audio_visualizer_dispose() 679 scope->priv->tempbuf = NULL; in gst_audio_visualizer_dispose() 755 if (scope->priv->tempbuf) { in gst_audio_visualizer_src_setcaps() 757 gst_buffer_unref (scope->priv->tempbuf); in gst_audio_visualizer_src_setcaps() 759 scope->priv->tempbuf = gst_buffer_new_wrapped (g_malloc0 (scope->vinfo.size), in gst_audio_visualizer_src_setcaps() 762 scope->priv->tempbuf, GST_MAP_READWRITE); in gst_audio_visualizer_src_setcaps()
|
/third_party/curl/lib/ |
D | urldata.h | 1261 struct tempbuf { struct 1345 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
|
D | sendf.c | 427 struct tempbuf writebuf[3]; /* there can only be three */ in Curl_client_unpause()
|