esph 291 netinet/ip_esp.c struct auth_hash *esph = (struct auth_hash *) tdb->tdb_authalgxform;
esph 307 netinet/ip_esp.c if (esph)
esph 401 netinet/ip_esp.c crp = crypto_getreq(esph && espx ? 2 : 1);
esph 410 netinet/ip_esp.c if (esph == NULL || mtag != NULL)
esph 427 netinet/ip_esp.c if (esph) {
esph 436 netinet/ip_esp.c crda->crd_alg = esph->type;
esph 499 netinet/ip_esp.c struct auth_hash *esph;
esph 535 netinet/ip_esp.c esph = (struct auth_hash *) tdb->tdb_authalgxform;
esph 554 netinet/ip_esp.c if (esph != NULL) {
esph 561 netinet/ip_esp.c m_copydata(m, m->m_pkthdr.len - esph->authsize,
esph 562 netinet/ip_esp.c esph->authsize, aalg);
esph 567 netinet/ip_esp.c if (bcmp(ptr, aalg, esph->authsize)) {
esph 577 netinet/ip_esp.c m_adj(m, -(esph->authsize));
esph 731 netinet/ip_esp.c struct auth_hash *esph = (struct auth_hash *) tdb->tdb_authalgxform;
esph 755 netinet/ip_esp.c if (esph)
esph 776 netinet/ip_esp.c if (esph)
esph 921 netinet/ip_esp.c crp = crypto_getreq(esph && espx ? 2 : 1);
esph 987 netinet/ip_esp.c if (esph) {
esph 994 netinet/ip_esp.c crda->crd_alg = esph->type;