Home
last modified time | relevance | path

Searched refs:findsupportedmap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c55 static int findsupportedmap(int);
128 findsupportedmap(int satype) in findsupportedmap() function
146 algno = findsupportedmap((int)satype); in findsupportedalg()
182 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_AH)]; in setsupportedmap()
185 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_ESP)]; in setsupportedmap()
709 algno = findsupportedmap((int)satype); in pfkey_send_register()