Searched defs:kbits (Results 1 – 3 of 3) sorted by relevance
41 const int kbits[3] = {128, 192, 256}; in main() local
38 const int kbits[3] = {128, 192, 256}; in main() local
66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()