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

/external/openssh/
H A Dcipher-aesctr.h31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
H A Dcipher-aesctr.c57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) argument
59 x->rounds = rijndaelKeySetupEnc(x->ek, k, kbits);
H A Dchacha.h25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
H A Dchacha.c56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) argument
64 if (kbits == 256) { /* recommended */
67 } else { /* kbits == 128 */
H A Dhostfile.c681 u_int kbits; local
791 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) {
800 if (!hostfile_read_key(&cp, &kbits,
H A Dsshkey.c404 int kbits = sshkey_curve_nid_to_bits(nid); local
406 if (kbits <= 0)
410 if (kbits <= 256)
412 else if (kbits <= 384)
/external/openssh/openbsd-compat/
H A Dchacha_private.h55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) argument
63 if (kbits == 256) { /* recommended */
66 } else { /* kbits == 128 */

Completed in 117 milliseconds