Searched refs:ipsa_authkey (Results 1 – 2 of 2) sorted by relevance
289 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()3209 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,[all …]
138 #define ipsa_authkey ipsa_authkeydata.sak_key macro