Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c296 if (ipsa->ipsa_authkey != NULL) { in sadb_freeassoc()
297 bzero(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
298 kmem_free(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
922 if (ipsa->ipsa_authkey != NULL) { in sadb_cloneassoc()
923 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen, in sadb_cloneassoc()
925 if (newbie->ipsa_authkey == NULL) { in sadb_cloneassoc()
928 bcopy(ipsa->ipsa_authkey, newbie->ipsa_authkey, in sadb_cloneassoc()
932 newbie->ipsa_authkey; in sadb_cloneassoc()
1391 bcopy(ipsa->ipsa_authkey, key + 1, ipsa->ipsa_authkeylen); in sadb_sa2msg()
3183 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,
[all …]
/titanic_50/usr/src/uts/common/inet/
H A Dsadb.h136 #define ipsa_authkey ipsa_authkeydata.sak_key macro