cipher             61 crypto/cryptodev.c 	u_int32_t	cipher;
cipher            155 crypto/cryptodev.c 		switch (sop->cipher) {
cipher            258 crypto/cryptodev.c 		    cria.cri_key, cria.cri_klen, sop->cipher, sop->mac, txform,
cipher            373 crypto/cryptodev.c 		crde->crd_alg = cse->cipher;
cipher            389 crypto/cryptodev.c 		if (cse->cipher == CRYPTO_ARC4) { /* XXX use flag? */
cipher            398 crypto/cryptodev.c 	} else if (cse->cipher == CRYPTO_ARC4) { /* XXX use flag? */
cipher            740 crypto/cryptodev.c     caddr_t mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac,
cipher            754 crypto/cryptodev.c 	cse->cipher = cipher;
cipher            256 crypto/cryptodev.h 	u_int32_t	cipher;		/* ie. CRYPTO_DES_CBC */
cipher            128 crypto/skipjack.c skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables)
cipher            187 crypto/skipjack.c 	cipher [0] = wh1;  cipher [1] = wl1;
cipher            188 crypto/skipjack.c 	cipher [2] = wh2;  cipher [3] = wl2;
cipher            189 crypto/skipjack.c 	cipher [4] = wh3;  cipher [5] = wl3;
cipher            190 crypto/skipjack.c 	cipher [6] = wh4;  cipher [7] = wl4;
cipher            195 crypto/skipjack.c skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables)
cipher            198 crypto/skipjack.c 	u_int8_t wh1 = cipher[0];  u_int8_t wl1 = cipher[1];
cipher            199 crypto/skipjack.c 	u_int8_t wh2 = cipher[2];  u_int8_t wl2 = cipher[3];
cipher            200 crypto/skipjack.c 	u_int8_t wh3 = cipher[4];  u_int8_t wl3 = cipher[5];
cipher            201 crypto/skipjack.c 	u_int8_t wh4 = cipher[6];  u_int8_t wl4 = cipher[7];
cipher             16 crypto/skipjack.h extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key);
cipher             17 crypto/skipjack.h extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key);
cipher           1796 dev/ic/ar5210.c ar5k_ar5210_is_cipher_supported(struct ath_hal *hal, HAL_CIPHER cipher)
cipher           1801 dev/ic/ar5210.c 	if (cipher == HAL_CIPHER_WEP)
cipher           1901 dev/ic/ar5211.c ar5k_ar5211_is_cipher_supported(struct ath_hal *hal, HAL_CIPHER cipher)
cipher           1906 dev/ic/ar5211.c 	if (cipher == HAL_CIPHER_WEP)
cipher           2236 dev/ic/ar5212.c ar5k_ar5212_is_cipher_supported(struct ath_hal *hal, HAL_CIPHER cipher)
cipher           2241 dev/ic/ar5212.c 	if (cipher == HAL_CIPHER_WEP)
cipher            999 dev/usb/if_zydreg.h 	uint8_t cipher;
cipher           1024 net80211/ieee80211_crypto.c ieee80211_cipher_keylen(enum ieee80211_cipher cipher)
cipher           1026 net80211/ieee80211_crypto.c 	switch (cipher) {