Searched defs:xlen (Results 1 – 2 of 2) sorted by relevance
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
647 size_t len, xlen = 0, ilen = 0; in setup_command_line() local