Searched defs:buffer_n (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | whirlpool.c | 1298 const void *buffer_arg, size_t buffer_n) 1305 buffer_size = buffer_n; 1319 while (buffer_n && (context->count < BLOCK_SIZE)) 1322 buffer_n--; 1325 if (!buffer_n) 1331 while (buffer_n >= BLOCK_SIZE) 1335 buffer_n -= BLOCK_SIZE; 1338 while (buffer_n && (context->count < BLOCK_SIZE)) 1341 buffer_n--; 1361 whirlpool_write (void *ctx, const void *buffer, size_t buffer_n) 1292 whirlpool_add(whirlpool_context_t *context, const void *buffer_arg, size_t buffer_n) argument 1356 whirlpool_write(void *ctx, const void *buffer, size_t buffer_n) argument [all...] |
H A D | ac.c | 948 _gcry_ac_io_write (gcry_ac_io_t *ac_io, unsigned char *buffer, size_t buffer_n) 964 *ac_io->io.writable.string.data_n + buffer_n); 971 memcpy (p + *ac_io->io.writable.string.data_n, buffer, buffer_n); 972 *ac_io->io.writable.string.data_n += buffer_n; 978 p = gcry_malloc_secure (buffer_n); 980 p = gcry_malloc (buffer_n); 985 memcpy (p, buffer, buffer_n); 987 *ac_io->io.writable.string.data_n = buffer_n; 995 buffer, buffer_n); 1008 unsigned int nread, unsigned char *buffer, size_t *buffer_n) 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 1108 size_t buffer_n; local 2168 em_randomize_nonzero(unsigned char *buffer, size_t buffer_n, gcry_random_level_t level) argument 2352 emsa_pkcs_v1_5_encode_data_cb(void *opaque, unsigned char *buffer, size_t buffer_n) argument 2381 size_t buffer_n; local 2644 size_t buffer_n; local 2895 size_t buffer_n; local 3103 size_t buffer_n; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | whirlpool.c | 1298 const void *buffer_arg, size_t buffer_n) 1305 buffer_size = buffer_n; 1319 while (buffer_n && (context->count < BLOCK_SIZE)) 1322 buffer_n--; 1325 if (!buffer_n) 1331 while (buffer_n >= BLOCK_SIZE) 1335 buffer_n -= BLOCK_SIZE; 1338 while (buffer_n && (context->count < BLOCK_SIZE)) 1341 buffer_n--; 1361 whirlpool_write (void *ctx, const void *buffer, size_t buffer_n) 1292 whirlpool_add(whirlpool_context_t *context, const void *buffer_arg, size_t buffer_n) argument 1356 whirlpool_write(void *ctx, const void *buffer, size_t buffer_n) argument [all...] |
Completed in 31 milliseconds