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

/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c245 struct sadb_key *m_auth, *m_enc; local
282 m_auth = (void *)mhp[SADB_EXT_KEY_AUTH];
385 if (m_auth != NULL) {
388 ipsec_hexdump((caddr_t)(void *)m_auth + sizeof(*m_auth),
389 m_auth->sadb_key_bits / 8);

Completed in 51 milliseconds