Searched defs:ac_io (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
| H A D | ac.c | 883 _gcry_ac_io_init_va (gcry_ac_io_t *ac_io, 886 memset (ac_io, 0, sizeof (*ac_io)); 894 ac_io->mode = mode; 895 ac_io->type = type; 903 ac_io->io.readable.string.data = va_arg (ap, unsigned char *); 904 ac_io->io.readable.string.data_n = va_arg (ap, size_t); 908 ac_io->io.readable.callback.cb = va_arg (ap, gcry_ac_data_read_cb_t); 909 ac_io->io.readable.callback.opaque = va_arg (ap, void *); 917 ac_io 880 _gcry_ac_io_init_va(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap) argument 931 _gcry_ac_io_init(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...) argument 945 _gcry_ac_io_write(gcry_ac_io_t *ac_io, unsigned char *buffer, size_t buffer_n) argument 1004 _gcry_ac_io_read(gcry_ac_io_t *ac_io, unsigned int nread, unsigned char *buffer, size_t *buffer_n) argument 1048 _gcry_ac_io_read_all(gcry_ac_io_t *ac_io, unsigned char **buffer, size_t *buffer_n) argument 1103 _gcry_ac_io_process(gcry_ac_io_t *ac_io, gcry_ac_data_write_cb_t cb, void *opaque) argument [all...] |
Completed in 38 milliseconds