Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dsadb.c297 bzero(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
298 kmem_free(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
923 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen, in sadb_cloneassoc()
929 newbie->ipsa_authkeylen); in sadb_cloneassoc()
1187 if (ipsa->ipsa_authkeylen != 0) { in sadb_sa2msg()
1188 authsize = roundup(sizeof (sadb_key_t) + ipsa->ipsa_authkeylen, in sadb_sa2msg()
1391 bcopy(ipsa->ipsa_authkey, key + 1, ipsa->ipsa_authkeylen); in sadb_sa2msg()
3179 newbie->ipsa_authkeylen = SADB_1TO8(akey->sadb_key_bits);
3182 newbie->ipsa_authkeylen++;
3183 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dsadb.h137 #define ipsa_authkeylen ipsa_authkeydata.sak_keylen macro