Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c290 bzero(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
291 kmem_free(ipsa->ipsa_authkey, ipsa->ipsa_authkeylen); in sadb_freeassoc()
919 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen, in sadb_cloneassoc()
925 newbie->ipsa_authkeylen); in sadb_cloneassoc()
1192 if (ipsa->ipsa_authkeylen != 0) { in sadb_sa2msg()
1193 authsize = roundup(sizeof (sadb_key_t) + ipsa->ipsa_authkeylen, in sadb_sa2msg()
1396 bcopy(ipsa->ipsa_authkey, key + 1, ipsa->ipsa_authkeylen); in sadb_sa2msg()
3205 newbie->ipsa_authkeylen = SADB_1TO8(akey->sadb_key_bits);
3208 newbie->ipsa_authkeylen++;
3209 newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h139 #define ipsa_authkeylen ipsa_authkeydata.sak_keylen macro