| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_as.c | 221 uint_t kmask, kbits, umask, ubits; in dt_as() local 241 kbits = -1u; in dt_as() 247 kbits = 0; in dt_as() 253 kbits = 0; in dt_as() 259 kbits = ubits = -1u; in dt_as() 300 if ((idp->di_flags & kmask) == kbits) in dt_as() 431 if ((idp->di_flags & kmask) == kbits) { in dt_as()
|
| /freebsd-12.1/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 | 56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 64 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
| H A D | hostfile.c | 669 u_int kbits; in hostkeys_foreach() local 780 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach()
|
| H A D | sshkey.c | 438 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local 440 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg() 444 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg() 446 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
|
| /freebsd-12.1/sys/crypto/chacha20/ |
| H A D | chacha.h | 32 LOCAL void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits);
|
| H A D | chacha.c | 60 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument 68 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
| /freebsd-12.1/sys/crypto/ccp/ |
| H A D | ccp.c | 363 unsigned kbits; in ccp_aes_setkey() local 366 kbits = klen / 2; in ccp_aes_setkey() 368 kbits = klen; in ccp_aes_setkey() 370 switch (kbits) { in ccp_aes_setkey()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup() argument 63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
| /freebsd-12.1/contrib/unbound/compat/ |
| H A D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ATTR_UNUSED(ivbits)) in chacha_keysetup() argument 63 if (kbits == 256) { /* recommended */ in chacha_keysetup()
|
| /freebsd-12.1/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 2345 unsigned int ck_size, iopad_size, kctx_flits, kctx_len, kbits, mk_size; in ccr_aes_setkey() local 2349 kbits = klen / 2; in ccr_aes_setkey() 2351 kbits = klen; in ccr_aes_setkey() 2352 switch (kbits) { in ccr_aes_setkey() 2371 t4_aes_getdeckey(s->blkcipher.deckey, key, kbits); in ccr_aes_setkey() 2389 switch (kbits) { in ccr_aes_setkey()
|
| /freebsd-12.1/tools/tools/netmap/ |
| H A D | nmreplay.c | 1478 k/K kbits/s (10^3 bits/s)
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 10695 t4_aes_getdeckey(void *dec_key, const void *enc_key, unsigned int kbits) in t4_aes_getdeckey() argument 10701 rijndaelKeySetupEnc(ek, enc_key, kbits); in t4_aes_getdeckey() 10703 dkey += (kbits / 8) / 4; in t4_aes_getdeckey() 10705 switch (kbits) { in t4_aes_getdeckey()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | animation | 532 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448
|