Searched refs:buffer (Results 376 - 400 of 425) sorted by relevance

<<11121314151617

/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_both.c121 #include <openssl/buffer.h>
634 * with a given context. (The options affecting buffer size are
635 * max_send_fragment, read buffer vs write buffer,
H A Ds2_clnt.c116 #include <openssl/buffer.h>
H A Ds3_pkt.c117 #include <openssl/buffer.h>
168 * arguments and therefore no buffer
181 * at once (as long as it fits into the buffer). */
188 /* if there is enough in the buffer from a previous read, take some */
201 /* Move any available bytes to front of buffer:
386 * When the data is 'copied' into the rr->data buffer,
387 * rr->input will be pointed at the new buffer */
807 /* we now just need to write the buffer */
H A Dssl_locl.h152 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersRestore.S182 ; the _vectorRegisters may not be 16-byte aligned so copy via red zone temp buffer
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dpds.mdt.c1133 char buffer[MDT_BUF_SIZE];
1226 xdrmem_create(&xdrs,(const caddr_t) buffer,
1131 char buffer[MDT_BUF_SIZE]; local
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex130 DMA or interrupts. They should also not buffer any data in software
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex449 Buf points to a data buffer and size is the buffer size.
451 of bytes read into buffer.
H A Dembed.tex866 This is used by {\eclipse} to allocate a buffer. The string representation must
867 be guaranteed to fit in the buffer.
870 string representation of the object into the buffer, and return the actual
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A DMakefile.bak124 buffer bio stack lhash rand err \
H A DMakefile.org122 buffer bio stack lhash rand err \
H A DMakefile124 buffer bio stack lhash rand err \
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlex.c486 * nothing was put in the lex_aux buffer */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dtasn_dec.c65 #include <openssl/buffer.h>
122 * a buffer to read the data from, in future we will
272 * buffer temporarily then change it back afterwards.
278 * FIXME: should copy the buffer then modify it so
279 * the input buffer can be const: we should *always*
281 * buffer.
1045 /* If we've already allocated a buffer use it */
1139 * type into a buffer. The values of 'in' and 'len' should refer
1162 /* If no buffer and not indefinite length constructed just pass over
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c118 #include <openssl/buffer.h>
137 {ERR_PACK(ERR_LIB_BUF,0,0) ,"memory buffer routines"},
909 /* BAD for multi-threading: uses a local buffer if ret == NULL */
911 * as ERR_error_string cannot know how large the buffer is */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_lib.c62 #include <openssl/buffer.h>
/barrelfish-2018-10-04/include/openssl/
H A Dx509v3.h666 char *hex_to_string(const unsigned char *buffer, long len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c88 #include <openssl/buffer.h>
97 #include "../buffer/bss_file.c"
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_addr.c69 #include <openssl/buffer.h>
109 * How much buffer space do we need for a raw address?
H A Dx509v3.h666 char *hex_to_string(const unsigned char *buffer, long len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_aep.c78 #include <openssl/buffer.h>
698 /*Can the request be serviced with what's already in the buffer?*/
H A De_cswift.c62 #include <openssl/buffer.h>
H A De_ubsec.c64 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkdef.pl206 elsif (/^no-buffer$/) { $no_buffer=1; }
289 $crypto.=" crypto/buffer/buffer.h" ; # unless $no_buffer;
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_transfer.c134 st->buf = xfer->frame_buffers[0]->buffer;

Completed in 283 milliseconds

<<11121314151617