/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 */
|
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/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/dev/ |
cgd.c | 1319 log(LOG_WARNING, "cgd: Disallowed cipher with blocksize %zu > %u\n", 1488 * Our generic cipher entry point. This takes care of the 1489 * IV mode and passes off the work to the specific cipher. 1510 * on the size of buf (which is the blocksize of the cipher), 1591 cfunc_cipher *cipher = sc->sc_cfuncs->cf_cipher; local in function:cgd_cipher 1623 * cipher dispatch now (even though in practice, both 1628 * cipher dispatch. 1635 cipher(sc->sc_cdata.cf_priv, blkno_buf, zero, 1640 cipher(sc->sc_cdata.cf_priv, dst, src, todo, blkno_buf, dir);
|
/src/sys/dev/usb/ |
if_otus.c | 2954 uint16_t cipher; local in function:otus_set_key_cb 2972 /* Map net80211 cipher to hardware. */ 2975 cipher = AR_CIPHER_WEP64; 2978 cipher = AR_CIPHER_WEP128; 2981 cipher = AR_CIPHER_TKIP; 2984 cipher = AR_CIPHER_AES; 2989 key.cipher = htole16(cipher);
|
if_otusreg.h | 375 uint16_t cipher; member in struct:ar_cmd_ekey
|
if_zydreg.h | 1008 uint8_t cipher; member in struct:zyd_rx_stat
|
/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/pci/ |
if_iwmreg.h | 842 * struct iwm_fw_cipher_scheme - a cipher scheme supported by FW. 843 * @cipher: a cipher suite selector 844 * @flags: cipher scheme flags (currently reserved for a future use) 852 * @hw_cipher: a HW cipher index used in host commands 855 uint32_t cipher; member in struct:iwm_fw_cipher_scheme 868 * struct iwm_fw_cscheme_list - a cipher scheme list 870 * @cs: cipher scheme entries 5959 * @IWM_STA_KEY_FLG_EXT: extended cipher algorithm (depends on the FW support)
|