Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
A Dmodes.h28 typedef unsigned char u8; typedef
104 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)…
111 typedef void (*gcm_ghash_fn)(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
124 u8 c[16];
144 const u8 *inp, size_t len);
167 u8 c[16];
A Daes_platform.h91 void gcm_ghash_p8(u64 Xi[2],const u128 Htable[16],const u8 *inp, size_t len);
167 void gcm_ghash_v8(u64 Xi[2],const u128 Htable[16],const u8 *inp, size_t len);
302 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len);
543 void gcm_ghash_rv64i_zvkg(u64 Xi[2], const u128 Htable[16], const u8 *inp,

Completed in 5 milliseconds