Searched defs:kbits (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | cipher-aesctr.c | 57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup()
|
D | chacha.c | 56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
D | hostfile.c | 667 u_int kbits; in hostkeys_foreach() local
|
D | sshkey.c | 487 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup()
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|