Searched refs:kbits (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/contrib/mpfr/src/ |
| H A D | zeta_ui.c | 48 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 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()
|
| 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 | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
| H A D | hostfile.c | 766 u_int kbits; in hostkeys_foreach_file() local 874 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
|
| H A D | sshkey.c | 554 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 D | chacha.h | 34 uint32_t kbits);
|
| H A 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()
|
| /dflybsd-src/crypto/libressl/crypto/chacha/ |
| H A D | chacha-merged.c | 29 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 D | animation | 612 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448
|