Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dcipher-aesctr.c53 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup() argument
55 x->rounds = rijndaelKeySetupEnc(x->ek, k, kbits); in aesctr_keysetup()
H A Dcipher-aesctr.h31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
H A Dchacha.h25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
H A Dchacha.c53 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
61 if (kbits == 256) { /* recommended */ in chacha_keysetup()
H A Dhostfile.c759 u_int kbits; in hostkeys_foreach_file() local
867 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
H A Dsshkey.c629 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
631 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg()
635 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg()
637 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
/openbsd/lib/libcrypto/chacha/
H A Dchacha-merged.c25 static inline void chacha_keysetup(struct chacha_ctx *x, const u8 *k, u32 kbits)
85 chacha_keysetup(chacha_ctx *x, const u8 *k, u32 kbits) in chacha_keysetup() argument
93 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/openbsd/libexec/ld.so/
H A Dchacha_private.h55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/openbsd/lib/libc/crypt/
H A Dchacha_private.h55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/openbsd/sys/crypto/
H A Dchacha_private.h94 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
102 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/openbsd/usr.bin/file/magdir/
H A Danimation491 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448