OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_enc
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/libipsec/
pfkey_dump.c
245
struct sadb_key *m_auth, *
m_enc
;
local
283
m_enc
= (void *)mhp[SADB_EXT_KEY_ENCRYPT];
375
if (
m_enc
!= NULL) {
378
ipsec_hexdump((caddr_t)(void *)
m_enc
+ sizeof(*
m_enc
),
379
m_enc
->sadb_key_bits / 8);
Completed in 300 milliseconds