Home
last modified time | relevance | path

Searched refs:ii_authkey (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/netinet/
H A Dip_esp.c182 ii->ii_authkey = ii->ii_enckey; in esp_init()
186 ii->ii_authkey = ii->ii_enckey; in esp_init()
287 memcpy(tdbp->tdb_amxkey, ii->ii_authkey, tdbp->tdb_amxkeylen); in esp_init()
300 cria.cri_key = ii->ii_authkey; in esp_init()
H A Dip_ah.c155 memcpy(tdbp->tdb_amxkey, ii->ii_authkey, tdbp->tdb_amxkeylen); in ah_init()
161 cria.cri_key = ii->ii_authkey; in ah_init()
H A Dip_ipsp.h506 u_int8_t *ii_authkey; member
H A Dtcp_subr.c969 memcpy(tdbp->tdb_amxkey, ii->ii_authkey, ii->ii_authkeylen); in tcp_signature_tdb_init()
/openbsd/sys/net/
H A Dpfkeyv2_convert.c805 ii->ii_authkey = (void *)sadb_key + sizeof(struct sadb_key); in import_key()