Home
last modified time | relevance | path

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

/dflybsd-src/contrib/mpfr/src/
H A Dzeta_ui.c48 unsigned long n, k, err, kbits; in mpfr_zeta_ui() local
123 count_leading_zeros (kbits, k); in mpfr_zeta_ui()
124 kbits = GMP_NUMB_BITS - kbits; in mpfr_zeta_ui()
126 if (m * kbits > 2 * GMP_NUMB_BITS) in mpfr_zeta_ui()
130 kbits = (kbits - 1) * m + 1; in mpfr_zeta_ui()
132 if (kbits > mpz_sizeinbase (d, 2)) in mpfr_zeta_ui()
/dflybsd-src/crypto/openssh/
H A 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()
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.c55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
H A Dhostfile.c766 u_int kbits; in hostkeys_foreach_file() local
874 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
H A Dsshkey.c554 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local
556 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg()
560 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg()
562 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
/dflybsd-src/sys/crypto/chacha20/
H A Dchacha.h34 uint32_t kbits);
H A Dchacha.c56 chacha_keysetup(chacha_ctx *x, const u8 *k, u32 kbits) in chacha_keysetup() argument
64 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/dflybsd-src/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c29 static inline void chacha_keysetup(struct chacha_ctx *x, const u8 *k, u32 kbits)
89 chacha_keysetup(chacha_ctx *x, const u8 *k, u32 kbits) in chacha_keysetup() argument
97 if (kbits == 256) { /* recommended */ in chacha_keysetup()
/dflybsd-src/contrib/file/magic/Magdir/
H A Danimation612 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448