Searched refs:keymat (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/isakmpd/
H A Dipsec.h141 u_int8_t *keymat[2]; member in struct:ipsec_proto
H A Dike_quick_mode.c1363 u_int8_t *keymat; local
1398 iproto->keymat[i]
1401 if (!iproto->keymat[i]) {
1411 for (keymat = iproto->keymat[i];
1412 keymat < iproto->keymat[i] + ie->keymat_len;
1413 keymat += prf->blocksize) {
1416 if (keymat != iproto->keymat[
[all...]
H A Dpf_key_v2.c1200 iproto->keymat[incoming] +
1218 memcpy(key + 1, iproto->keymat[incoming], keylen);
H A Dipsec.c822 free(iproto->keymat[i]);
/openbsd-current/sbin/iked/
H A Dikev2.c6127 struct ibuf *keymat = NULL, *seed = NULL, *dhsecret = NULL; local
6205 (keymat = ikev2_prfplus(sa->sa_prf,
6317 if (encrxf && (csa->csa_encrkey = ibuf_getdata(keymat,
6323 if (integrxf && (csa->csa_integrkey = ibuf_getdata(keymat,
6350 if (encrxf && (csb->csa_encrkey = ibuf_getdata(keymat,
6356 if (integrxf && (csb->csa_integrkey = ibuf_getdata(keymat,
6433 ibuf_free(keymat);

Completed in 102 milliseconds