keysize           237 crypto/cryptodev.c 			if (sop->mackeylen != thash->keysize) {
keysize            36 crypto/xform.h 	u_int16_t keysize;
keysize           143 netinet/ip_ah.c 	if (ii->ii_authkeylen != thash->keysize && thash->keysize != 0) {
keysize           146 netinet/ip_ah.c 		    thash->keysize));
keysize           202 netinet/ip_esp.c 		if (ii->ii_authkeylen != thash->keysize) {
keysize           203 netinet/ip_esp.c 			DPRINTF(("esp_init(): keylength %d doesn't match algorithm %s keysize (%d)\n", ii->ii_authkeylen, thash->name, thash->keysize));