Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c289 if (ipsa->ipsa_authkey != NULL) { in sadb_freeassoc()
290 bzero(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
291 kmem_free(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
918 if (ipsa->ipsa_authkey != NULL) { in sadb_cloneassoc()
919 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen, in sadb_cloneassoc()
921 if (newbie->ipsa_authkey == NULL) { in sadb_cloneassoc()
924 bcopy(ipsa->ipsa_authkey, newbie->ipsa_authkey, in sadb_cloneassoc()
928 newbie->ipsa_authkey; in sadb_cloneassoc()
1396 bcopy(ipsa->ipsa_authkey, key + 1, ipsa->ipsa_authkeylen); in sadb_sa2msg()
3211 if (newbie->ipsa_authkey == NULL) {
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h138 #define ipsa_authkey ipsa_authkeydata.sak_key macro