Lines Matching refs:uint8_t

82 	uint8_t *cc_lastp;
83 uint8_t *cc_copy_to;
167 uint8_t *ccm_pt_buf;
216 uint8_t *gcm_pt_buf;
286 crypto_data_t *, size_t, int (*cipher)(const void *, const uint8_t *,
287 uint8_t *));
291 int (*encrypt)(const void *, const uint8_t *, uint8_t *),
292 void (*copy_block)(uint8_t *, uint8_t *),
293 void (*xor_block)(uint8_t *, uint8_t *));
297 int (*decrypt)(const void *, const uint8_t *, uint8_t *),
298 void (*copy_block)(uint8_t *, uint8_t *),
299 void (*xor_block)(uint8_t *, uint8_t *));
303 int (*cipher)(const void *, const uint8_t *, uint8_t *),
304 void (*xor_block)(uint8_t *, uint8_t *));
308 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
309 void (*copy_block)(uint8_t *, uint8_t *),
310 void (*xor_block)(uint8_t *, uint8_t *));
314 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
315 void (*copy_block)(uint8_t *, uint8_t *),
316 void (*xor_block)(uint8_t *, uint8_t *));
320 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
321 void (*copy_block)(uint8_t *, uint8_t *),
322 void (*xor_block)(uint8_t *, uint8_t *));
326 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
327 void (*copy_block)(uint8_t *, uint8_t *),
328 void (*xor_block)(uint8_t *, uint8_t *));
331 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
332 void (*xor_block)(uint8_t *, uint8_t *));
335 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
336 void (*copy_block)(uint8_t *, uint8_t *),
337 void (*xor_block)(uint8_t *, uint8_t *));
340 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
341 void (*copy_block)(uint8_t *, uint8_t *),
342 void (*xor_block)(uint8_t *, uint8_t *));
345 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
346 void (*xor_block)(uint8_t *, uint8_t *));
349 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *));
352 void (*copy_block)(uint8_t *, uint64_t *));
354 extern int ctr_init_ctx(ctr_ctx_t *, ulong_t, uint8_t *,
355 void (*copy_block)(uint8_t *, uint8_t *));
358 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
359 void (*xor_block)(uint8_t *, uint8_t *));
362 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
363 void (*copy_block)(uint8_t *, uint8_t *),
364 void (*xor_block)(uint8_t *, uint8_t *));
367 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
368 void (*copy_block)(uint8_t *, uint8_t *),
369 void (*xor_block)(uint8_t *, uint8_t *));
371 extern void calculate_ccm_mac(ccm_ctx_t *, uint8_t *,
372 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *));
378 uint8_t **, size_t *, uint8_t **, size_t);