| /freebsd-13.1/sys/dev/cxgbe/crypto/ |
| H A D | t4_keyctx.c | 144 t4_aes_getdeckey(void *dec_key, const void *enc_key, unsigned int kbits) in t4_aes_getdeckey() argument 150 rijndaelKeySetupEnc(ek, enc_key, kbits); in t4_aes_getdeckey() 152 dkey += (kbits / 8) / 4; in t4_aes_getdeckey() 154 switch (kbits) { in t4_aes_getdeckey()
|
| H A D | t4_crypto.c | 2385 unsigned int ck_size, iopad_size, kctx_flits, kctx_len, kbits, mk_size; in ccr_aes_setkey() local 2389 kbits = (klen / 2) * 8; in ccr_aes_setkey() 2391 kbits = klen * 8; in ccr_aes_setkey() 2392 switch (kbits) { in ccr_aes_setkey() 2411 t4_aes_getdeckey(s->blkcipher.deckey, key, kbits); in ccr_aes_setkey() 2429 switch (kbits) { in ccr_aes_setkey()
|
| /freebsd-13.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-13.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 | 755 u_int kbits; in hostkeys_foreach_file() local 863 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
|
| H A D | sshkey.c | 489 int kbits = sshkey_curve_nid_to_bits(nid); in sshkey_ec_nid_to_hash_alg() local 491 if (kbits <= 0) in sshkey_ec_nid_to_hash_alg() 495 if (kbits <= 256) in sshkey_ec_nid_to_hash_alg() 497 else if (kbits <= 384) in sshkey_ec_nid_to_hash_alg()
|
| /freebsd-13.1/sys/crypto/chacha20/ |
| H A D | chacha.h | 35 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-13.1/sys/crypto/ccp/ |
| H A D | ccp.c | 288 unsigned kbits; in ccp_aes_setkey() local 291 kbits = (klen / 2) * 8; in ccp_aes_setkey() 293 kbits = klen * 8; in ccp_aes_setkey() 295 switch (kbits) { in ccp_aes_setkey()
|
| /freebsd-13.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-13.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-13.1/tools/tools/netmap/ |
| H A D | nmreplay.c | 1472 k/K kbits/s (10^3 bits/s)
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | animation | 613 # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448
|