Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dtwofish.c41 const int kbits[3] = {128, 192, 256}; in main() local
Dcamellia.c38 const int kbits[3] = {128, 192, 256}; in main() local
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()