crda              307 crypto/cryptodev.c 	struct cryptodesc *crde = NULL, *crda = NULL;
crda              340 crypto/cryptodev.c 		crda = crp->crp_desc;
crda              342 crypto/cryptodev.c 			crde = crda->crd_next;
crda              355 crypto/cryptodev.c 	if (crda) {
crda              356 crypto/cryptodev.c 		crda->crd_skip = 0;
crda              357 crypto/cryptodev.c 		crda->crd_len = cop->len;
crda              358 crypto/cryptodev.c 		crda->crd_inject = 0;	/* ??? */
crda              360 crypto/cryptodev.c 		crda->crd_alg = cse->mac;
crda              361 crypto/cryptodev.c 		crda->crd_key = cse->mackey;
crda              362 crypto/cryptodev.c 		crda->crd_klen = cse->mackeylen * 8;
crda              407 crypto/cryptodev.c 		if (crda == NULL) {
crda              551 netinet/ip_ah.c 	struct cryptodesc *crda = NULL;
crda              645 netinet/ip_ah.c 	crda = crp->crp_desc;
crda              647 netinet/ip_ah.c 	crda->crd_skip = 0;
crda              648 netinet/ip_ah.c 	crda->crd_len = m->m_pkthdr.len;
crda              649 netinet/ip_ah.c 	crda->crd_inject = skip + rplen;
crda              652 netinet/ip_ah.c 	crda->crd_alg = ahx->type;
crda              653 netinet/ip_ah.c 	crda->crd_key = tdb->tdb_amxkey;
crda              654 netinet/ip_ah.c 	crda->crd_klen = tdb->tdb_amxkeylen * 8;
crda              986 netinet/ip_ah.c 	struct cryptodesc *crda;
crda             1165 netinet/ip_ah.c 	crda = crp->crp_desc;
crda             1167 netinet/ip_ah.c 	crda->crd_skip = 0;
crda             1168 netinet/ip_ah.c 	crda->crd_inject = skip + rplen;
crda             1169 netinet/ip_ah.c 	crda->crd_len = m->m_pkthdr.len;
crda             1172 netinet/ip_ah.c 	crda->crd_alg = ahx->type;
crda             1173 netinet/ip_ah.c 	crda->crd_key = tdb->tdb_amxkey;
crda             1174 netinet/ip_ah.c 	crda->crd_klen = tdb->tdb_amxkeylen * 8;
crda              298 netinet/ip_esp.c 	struct cryptodesc *crde = NULL, *crda = NULL;
crda              428 netinet/ip_esp.c 		crda = crp->crp_desc;
crda              429 netinet/ip_esp.c 		crde = crda->crd_next;
crda              432 netinet/ip_esp.c 		crda->crd_skip = skip;
crda              433 netinet/ip_esp.c 		crda->crd_len = m->m_pkthdr.len - (skip + alen);
crda              434 netinet/ip_esp.c 		crda->crd_inject = m->m_pkthdr.len - alen;
crda              436 netinet/ip_esp.c 		crda->crd_alg = esph->type;
crda              437 netinet/ip_esp.c 		crda->crd_key = tdb->tdb_amxkey;
crda              438 netinet/ip_esp.c 		crda->crd_klen = tdb->tdb_amxkeylen * 8;
crda              738 netinet/ip_esp.c 	struct cryptodesc *crde = NULL, *crda = NULL;
crda              932 netinet/ip_esp.c 		crda = crde->crd_next;
crda              961 netinet/ip_esp.c 		crda = crp->crp_desc;
crda              989 netinet/ip_esp.c 		crda->crd_skip = skip;
crda              990 netinet/ip_esp.c 		crda->crd_len = m->m_pkthdr.len - (skip + alen);
crda              991 netinet/ip_esp.c 		crda->crd_inject = m->m_pkthdr.len - alen;
crda              994 netinet/ip_esp.c 		crda->crd_alg = esph->type;
crda              995 netinet/ip_esp.c 		crda->crd_key = tdb->tdb_amxkey;
crda              996 netinet/ip_esp.c 		crda->crd_klen = tdb->tdb_amxkeylen * 8;