Searched refs:buffer (Results 276 - 300 of 441) sorted by relevance

<<1112131415161718

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Df_enum.c61 #include <openssl/buffer.h>
H A Df_int.c61 #include <openssl/buffer.h>
H A Df_string.c61 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/buffer/
H A Dbuffer.c1 /* crypto/buffer/buffer.c */
61 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Denginetest.c70 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_md.c62 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A DMakefile78 lh_stats.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/md2/
H A DMakefile83 md2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A DMakefile78 mdc2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drandfile.c70 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A DMakefile78 stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/store/
H A Dstr_meth.c60 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_verify.c590 unsigned char buffer[4096]; local
618 while ((length = BIO_read(data, buffer, sizeof(buffer))) > 0)
620 EVP_DigestUpdate(&md_ctx, buffer, length);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c64 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/demos/
H A Db64.c63 #include <openssl/buffer.h>
140 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_lcl.h152 unsigned char buffer[8]; member in struct:ossl_gost_imit_ctx
204 /* Read bignum, which can have few MSB all-zeros from buffer*/
H A Dgost_sign.c21 void dump_signature(const char *message,const unsigned char *buffer,size_t len) argument
28 fprintf (stderr," %02x",buffer[i]);
293 /* Convert byte buffer to bignum, skipping leading zeros*/
312 /* Pack bignum into byte buffer of given size, filling all leading bytes
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_txt.c86 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Denginetest.c70 #include <openssl/buffer.h>
/barrelfish-master/tools/armv8_bootimage/
H A Darmv8_bootimage.c112 void *buffer; member in struct:ram_region
216 /* Allocate our host buffer. */
452 image->segment.buffer = p_buf;
611 r = fwrite(bd_image[0].segment.buffer, 1,
615 r = fwrite(bd_image[1].segment.buffer, 1,
/barrelfish-master/lib/vfs/
H A Dfopen.c220 newfile->buffer = NULL;
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dnd6.c92 /* Static buffer to parse RA packet options (size of a prefix option, biggest option) */
294 /* Check if there is a link-layer address provided. Only point to it if in this buffer. */
394 u8_t *buffer; /* Used to copy options. */ local
461 buffer = &((u8_t*)p->payload)[offset];
463 buffer = nd6_ra_buffer;
464 if (pbuf_copy_partial(p, buffer, sizeof(struct prefix_option), offset) != sizeof(struct prefix_option)) {
471 if (buffer[1] == 0) {
478 switch (buffer[0]) {
482 lladdr_opt = (struct lladdr_option *)buffer;
494 mtu_opt = (struct mtu_option *)buffer;
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A DMakefile114 aes_ige.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
126 aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A DMakefile100 obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
116 obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
/barrelfish-master/usr/bench/mem_latency/
H A Dmemlatency.c231 static cycles_t run_benchmark(void *buffer, volatile void **ret_elem) argument
233 volatile struct elem *e = buffer;

Completed in 229 milliseconds

<<1112131415161718