Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-aesctr.c57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup()
Dchacha.c56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
Dhostfile.c681 u_int kbits; in hostkeys_foreach() local
Dsshkey.c404 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
/external/openssh/openbsd-compat/
Dchacha_private.h55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup()