Searched defs:kbits (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/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()
|
H A D | chacha.c | 53 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
H A D | hostfile.c | 759 u_int kbits; in hostkeys_foreach_file() local
|
H A D | sshkey.c | 525 int kbits = sshkey_curve_nid_to_bits(nid); sshkey_ec_nid_to_hash_alg() local
|
/openbsd-src/lib/libc/crypt/ |
H A D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
/openbsd-src/sys/crypto/ |
H A D | chacha_private.h | 94 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
/openbsd-src/libexec/ld.so/ |
H A D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
/openbsd-src/lib/libcrypto/chacha/ |
H A D | chacha-merged.c | 85 chacha_keysetup(chacha_ctx *x, const u8 *k, u32 kbits) in chacha_keysetup()
|