Searched refs:esph (Results 1 – 1 of 1) sorted by relevance
269 struct auth_hash *esph; in esp_input() local295 esph = sav->tdb_authalgxform; in esp_input()304 if (esph != NULL) { in esp_input()305 switch (esph->type) { in esp_input()309 alen = esph->hashsize/2; in esp_input()341 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) { in esp_input()365 crp = crypto_getreq(esph && espx ? 2 : 1); in esp_input()375 if (esph == NULL || mtag != NULL) in esp_input()391 if (esph) { in esp_input()401 crda->crd_alg = esph->type; in esp_input()[all …]