Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dchacha_private.h72 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
80 if (kbits == 256) { /* recommended */ in chacha_keysetup()