Searched refs:kbits (Results 1 – 8 of 8) 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() argument 59 x->rounds = rijndaelKeySetupEnc(x->ek, k, kbits); in aesctr_keysetup()
|
D | cipher-aesctr.h | 31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
|
D | chacha.h | 25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
|
D | chacha.c | 56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 64 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
D | hostfile.c | 667 u_int kbits; in hostkeys_foreach() local 778 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach()
|
D | sshkey.c | 487 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/ |
D | chacha_private.h | 55 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/ |
D | chacha.c | 66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 74 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|