crypto            291 arch/i386/i386/conf.c 	cdev_crypto_init(NCRYPTO,crypto), /* 70: /dev/crypto */
crypto           1755 dev/usb/if_uath.c 	struct uath_cmd_crypto crypto;
crypto           1758 dev/usb/if_uath.c 	bzero(&crypto, sizeof crypto);
crypto           1759 dev/usb/if_uath.c 	crypto.keyidx = htobe32(index);
crypto           1760 dev/usb/if_uath.c 	crypto.magic1 = htobe32(1);
crypto           1761 dev/usb/if_uath.c 	crypto.size   = htobe32(368);
crypto           1762 dev/usb/if_uath.c 	crypto.mask   = htobe32(0xffff);
crypto           1763 dev/usb/if_uath.c 	crypto.flags  = htobe32(0x80000068);
crypto           1765 dev/usb/if_uath.c 		crypto.flags |= htobe32(index << 16);
crypto           1766 dev/usb/if_uath.c 	memset(crypto.magic2, 0xff, sizeof crypto.magic2);
crypto           1773 dev/usb/if_uath.c 		crypto.key[i] = k->k_key[i] ^ 0xaa;
crypto           1776 dev/usb/if_uath.c 	return uath_cmd_write(sc, UATH_CMD_CRYPTO, &crypto, sizeof crypto, 0);
crypto            628 sys/conf.h     cdev_decl(crypto);