/src/sys/crypto/skipjack/ |
skipjack.h | 17 extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key); 18 extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key);
|
skipjack.c | 134 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) 193 cipher [0] = wh1; cipher [1] = wl1; 194 cipher [2] = wh2; cipher [3] = wl2; 195 cipher [4] = wh3; cipher [5] = wl3; 196 cipher [6] = wh4; cipher [7] = wl4; 201 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/cipher/ |
nouveau_nvkm_engine_cipher_g84.c | 29 #include <engine/cipher.h> 85 g84_cipher_intr(struct nvkm_engine *cipher) 87 struct nvkm_subdev *subdev = &cipher->subdev; 114 g84_cipher_init(struct nvkm_engine *cipher) 116 struct nvkm_device *device = cipher->subdev.device;
|
/src/sys/net80211/ |
ieee80211_crypto.c | 70 * Table of registered cipher modules. 180 * This is useful especially for the cipher test modules. 199 * Register a crypto cipher module. 205 printf("%s: cipher %s has an invalid cipher index %u\n", 210 printf("%s: cipher %s registered with a different template\n", 218 * Unregister a crypto cipher module. 224 printf("%s: cipher %s has an invalid cipher index %u\n", 229 printf("%s: cipher %s registered with a different template\n" [all...] |
ieee80211_crypto.h | 57 * separately through loadable cipher modules that register with 59 * of the cipher; any per-key state is hung off wk_private by the 60 * cipher when it is attached. Ciphers are automatically called 63 * The generic crypto support handles encap/decap of cipher-related 66 * the cipher is expected to honor this and do the necessary work. 89 void *wk_private; /* private cipher state */ 144 int cipher, int flags, struct ieee80211_key *); 152 * Template for a supported cipher. Ciphers register with the 154 * (the null cipher is always present). 179 int ieee80211_crypto_available(u_int cipher); [all...] |
/src/sys/opencrypto/ |
ocryptodev.h | 91 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */ member in struct:osession_op 93 u_int32_t keylen; /* cipher key */ 102 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */ member in struct:osession_n_op 105 u_int32_t keylen; /* cipher key */ 148 u_int32_t keylen; /* cipher key - optional */
|
ocryptodev.c | 252 sop.cipher = osop->cipher; 275 os_op.cipher = osn_ops->cipher;
|
cryptodev.c | 110 u_int32_t cipher; /* note: shares name space in crd_alg */ member in struct:csession 597 if (cse->cipher == CRYPTO_AES_GCM_16 && crda) 599 else if (cse->cipher == CRYPTO_AES_GMAC) 602 crde->crd_alg = cse->cipher; 605 DPRINTF("crde setup for cipher %d.\n", crde->crd_alg); 965 void *mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac, 979 cse->cipher = cipher; 1223 crde->crd_alg = cse->cipher; 1260 if (cse->cipher == CRYPTO_ARC4) { /* XXX use flag? * [all...] |
cryptodev.h | 162 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */ member in struct:session_op 166 u_int32_t keylen; /* cipher key */ 177 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */ member in struct:session_n_op 181 u_int32_t keylen; /* cipher key */ 234 u_int32_t keylen; /* cipher key - optional */
|
/src/tests/crypto/opencrypto/ |
h_arc4.c | 58 cs.cipher = CRYPTO_ARC4;
|
h_cbcdes.c | 59 cs.cipher = CRYPTO_DES_CBC;
|
h_null.c | 54 cs.cipher = CRYPTO_NULL_CBC;
|
h_aesctr2.c | 62 cs.cipher = CRYPTO_AES_CTR;
|
h_camellia.c | 64 cs.cipher = CRYPTO_CAMELLIA_CBC;
|
h_cbc3des.c | 63 cs.cipher = CRYPTO_3DES_CBC;
|
h_ioctl.c | 107 cs->cipher = CRYPTO_AES_CBC; 194 cs.cipher = CRYPTO_AES_CBC; 295 cs.cipher = CRYPTO_AES_CBC;
|
h_gcm.c | 68 cs.cipher = CRYPTO_AES_GCM_16;
|
h_aescbc.c | 134 cs.cipher = CRYPTO_AES_CBC;
|
h_aesctr1.c | 220 cs.cipher = CRYPTO_AES_CTR;
|
/src/sys/dev/pci/qat/ |
qat_hw17.c | 340 union hw_cipher_algo_blk *cipher, uint32_t cd_blk_offset, 347 cipher->max.cipher_config.val = 349 memcpy(cipher->max.key, crie->cri_key, keylen); 423 union hw_cipher_algo_blk *cipher; local in function:qat_hw17_crypto_setup_desc 443 cipher = (union hw_cipher_algo_blk *)(cd_blk_ptr + 446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
priv.h | 36 #include <engine/cipher.h>
|
nouveau_nvkm_engine_device_base.c | 963 .cipher = g84_cipher_new, 995 .cipher = g84_cipher_new, 1027 .cipher = g84_cipher_new, 1059 .cipher = g84_cipher_new, 1091 .cipher = g84_cipher_new, 1155 .cipher = g84_cipher_new, 2761 _(CIPHER , device->cipher , device->cipher); 3310 _(NVKM_ENGINE_CIPHER , cipher); [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
device.h | 172 struct nvkm_engine *cipher; member in struct:nvkm_device 249 int (*cipher )(struct nvkm_device *, int idx, struct nvkm_engine **); member in struct:nvkm_device_chip
|
/src/sys/dev/usb/ |
if_otusreg.h | 375 uint16_t cipher; member in struct:ar_cmd_ekey
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_xmit.c | 315 HAL_CIPHER cipher, 352 ads->ds_ctl6 = SM(keyType[cipher], AR_EncrType);
|