Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-aesctr.c57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup() argument
59 x->rounds = rijndaelKeySetupEnc(x->ek, k, kbits); in aesctr_keysetup()
Dcipher-aesctr.h31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
Dchacha.h25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
Dchacha.c56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
64 if (kbits == 256) { /* recommended */ in chacha_keysetup()
Dhostfile.c667 u_int kbits; in hostkeys_foreach() local
778 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach()
Dsshkey.c487 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
489 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg()
493 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg()
495 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
/external/openssh/openbsd-compat/
Dchacha_private.h55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup() argument
63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
74 if (kbits == 256) { /* recommended */ in chacha_keysetup()