| H A D | print-esp.c | 289 	/* see if we can find the SA, and if so, decode it */ in esp_decrypt_buffer_by_ikev2_print() 405  * decode the form:    SPINUM@IP <tab> ALGONAME:0xsecret in espprint_decode_hex()
 411 			char *decode, struct sa_list *sa) in espprint_decode_hex()
 419 	colon = strchr(decode, ':');
 421 		(*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode); in espprint_decode_encalgo()   argument
 426 	if (strlen(decode) > strlen("-hmac96") && in espprint_decode_encalgo()
 427 	    !strcmp(decode + strlen(decode) - strlen("-hmac96"), in espprint_decode_encalgo()
 429 		p = strstr(decode, " in espprint_decode_encalgo()
 491 espprint_decode_authalgo(netdissect_options * ndo,char * decode,struct sa_list * sa) espprint_decode_authalgo()  argument
 580 char *decode; esp_print_decode_onesecret()  local
 [all...]
 |