Home
last modified time | relevance | path

Searched refs:kbits (Results 1 – 9 of 9) 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.c681 u_int kbits; in hostkeys_foreach() local
791 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach()
800 if (!hostfile_read_key(&cp, &kbits, in hostkeys_foreach()
Dsshkey.c404 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
406 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg()
410 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg()
412 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
DChangeLog8336 Cap DH-GEX group size at 4kbits for Cisco implementations.
/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/u-boot/drivers/i2c/
DKconfig141 standard (100kbits/s) and fast (400kbit/s) speed and allows the
150 channels and operating on standard mode up to 100 kbits/s and fast
151 mode up to 400 kbits/s.