Lines Matching refs:uint8_t

89 	uint8_t *cc_lastp;
90 uint8_t *cc_copy_to;
179 uint8_t *ccm_pt_buf;
228 uint8_t *gcm_pt_buf;
297 crypto_data_t *, size_t, int (*cipher)(const void *, const uint8_t *,
298 uint8_t *));
302 int (*encrypt)(const void *, const uint8_t *, uint8_t *),
303 void (*copy_block)(uint8_t *, uint8_t *),
304 void (*xor_block)(uint8_t *, uint8_t *));
308 int (*decrypt)(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 (*cipher)(const void *, const uint8_t *, uint8_t *));
318 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
319 void (*copy_block)(uint8_t *, uint8_t *),
320 void (*xor_block)(uint8_t *, uint8_t *));
324 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
325 void (*copy_block)(uint8_t *, uint8_t *),
326 void (*xor_block)(uint8_t *, uint8_t *));
330 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
331 void (*copy_block)(uint8_t *, uint8_t *),
332 void (*xor_block)(uint8_t *, uint8_t *));
336 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
337 void (*copy_block)(uint8_t *, uint8_t *),
338 void (*xor_block)(uint8_t *, uint8_t *));
341 int (*encrypt_block)(const void *, const 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 (*copy_block)(uint8_t *, uint8_t *),
347 void (*xor_block)(uint8_t *, uint8_t *));
350 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
351 void (*copy_block)(uint8_t *, uint8_t *),
352 void (*xor_block)(uint8_t *, uint8_t *));
355 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
356 void (*xor_block)(uint8_t *, uint8_t *));
359 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
360 void (*xor_block)(uint8_t *, uint8_t *));
363 void (*copy_block)(uint8_t *, uint64_t *));
367 extern int ctr_init_ctx(ctr_ctx_t *, ulong_t, uint8_t *,
368 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
369 void (*copy_block)(uint8_t *, uint8_t *));
372 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
373 void (*xor_block)(uint8_t *, uint8_t *));
376 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
377 void (*copy_block)(uint8_t *, uint8_t *),
378 void (*xor_block)(uint8_t *, uint8_t *));
381 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
382 void (*copy_block)(uint8_t *, uint8_t *),
383 void (*xor_block)(uint8_t *, uint8_t *));
385 extern void calculate_ccm_mac(ccm_ctx_t *, uint8_t *,
386 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *));
392 uint8_t **, size_t *, uint8_t **, size_t);