Searched refs:kbits (Results 1 – 3 of 3) sorted by relevance
35 LOCAL void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits);
60 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument68 if (kbits == 256) { /* recommended */ in chacha_keysetup()
285 unsigned kbits; in ccp_aes_setkey() local288 kbits = (klen / 2) * 8; in ccp_aes_setkey()290 kbits = klen * 8; in ccp_aes_setkey()292 switch (kbits) { in ccp_aes_setkey()