Searched refs:esph (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netipsec/
H A Dxform_esp.c294 const struct auth_hash *esph; local
327 esph = sav->tdb_authalgxform;
336 alen = xform_ah_authsize(esph);
360 if (esph != NULL && sav->replay != NULL && sav->replay->wsize != 0) {
377 crp = crypto_getreq(esph && espx ? 2 : 1);
396 if (esph != NULL) {
409 crda->crd_alg = esph->type;
480 const struct auth_hash *esph; local
501 esph = sav->tdb_authalgxform;
529 if (esph !
676 const struct auth_hash *esph; local
976 const struct auth_hash *esph; local
[all...]
H A Dxform_ah.c118 xform_ah_authsize(const struct auth_hash *esph) argument
122 if (esph == NULL)
125 switch (esph->type) {
129 alen = esph->hashsize / 2; /* RFC4868 2.3 */
135 alen = esph->hashsize;

Completed in 74 milliseconds