HomeSort by: relevance | last modified time | path
    Searched defs:esph (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
xform_esp.c 303 const struct auth_hash *esph; local in function:esp_input
328 esph = sav->tdb_authalgxform;
338 alen = esph ? esph->authsize : 0;
363 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) {
376 crp = crypto_getreq(esph ? 2 : 1);
384 size_t extra __diagused = esph == NULL ? 0 : alen;
401 if (esph) {
415 crda->crd_alg = esph->type;
515 const struct auth_hash *esph; local in function:esp_input_cb
683 const struct auth_hash *esph; local in function:esp_output
985 const struct auth_hash *esph; local in function:esp_output_cb
    [all...]
xform_esp.c 303 const struct auth_hash *esph; local in function:esp_input
328 esph = sav->tdb_authalgxform;
338 alen = esph ? esph->authsize : 0;
363 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) {
376 crp = crypto_getreq(esph ? 2 : 1);
384 size_t extra __diagused = esph == NULL ? 0 : alen;
401 if (esph) {
415 crda->crd_alg = esph->type;
515 const struct auth_hash *esph; local in function:esp_input_cb
683 const struct auth_hash *esph; local in function:esp_output
985 const struct auth_hash *esph; local in function:esp_output_cb
    [all...]
xform_esp.c 303 const struct auth_hash *esph; local in function:esp_input
328 esph = sav->tdb_authalgxform;
338 alen = esph ? esph->authsize : 0;
363 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) {
376 crp = crypto_getreq(esph ? 2 : 1);
384 size_t extra __diagused = esph == NULL ? 0 : alen;
401 if (esph) {
415 crda->crd_alg = esph->type;
515 const struct auth_hash *esph; local in function:esp_input_cb
683 const struct auth_hash *esph; local in function:esp_output
985 const struct auth_hash *esph; local in function:esp_output_cb
    [all...]

Completed in 34 milliseconds