Searched refs:kbits (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | cipher-aesctr.c | 53 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 D | cipher-aesctr.h | 31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
|
H A D | chacha.h | 25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
|
H A D | chacha.c | 53 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 61 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
H A D | hostfile.c | 759 u_int kbits; in hostkeys_foreach_file() local 867 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
|
H A D | sshkey.c | 629 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 D | chacha-merged.c | 25 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 D | chacha_private.h | 55 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 D | chacha_private.h | 55 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 D | chacha_private.h | 94 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 D | animation | 491 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448
|