HomeSort by: relevance | last modified time | path
    Searched refs:authsize (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/opencrypto/
xform.c 207 .authsize = 12,
216 .authsize = 16,
225 .authsize = 20,
234 .authsize = 20,
243 .authsize = 12,
252 .authsize = 12,
261 .authsize = 12,
270 .authsize = 16,
279 .authsize = 20,
288 .authsize = 16
    [all...]
xform.h 35 u_int16_t authsize; member in struct:auth_hash
cryptosoft.c 544 axf->auth_hash->authsize);
548 axf->auth_hash->authsize, aalg);
551 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize);
689 COPYBACK(outtype, buf, crda->crd_inject, axf->auth_hash->authsize, aalg);
691 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize);
cryptodev.c 694 (error = copyout(crp->crp_mac, cop->mac, cse->thash->authsize))) {
1817 cse->thash->authsize)))
1920 cse->thash->authsize)))
  /src/sys/netipsec/
xform_ah.c 99 #define AUTHSIZE(sav) \
100 ((sav->flags & SADB_X_EXT_OLD) ? 16 : (sav)->tdb_authalgxform->authsize)
109 int ah_max_authsize; /* max authsize over all algorithms */
160 size = AUTHSIZE(sav);
170 int authsize, rplen, align; local in function:ah_hdrsiz
183 authsize = AUTHSIZE(sav);
184 size = roundup(rplen + authsize, align);
530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input
565 authsize = AUTHSIZE(sav)
739 int authsize; local in function:ah_input_cb
891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local in function:ah_output
    [all...]
xform_esp.c 338 alen = esph ? esph->authsize : 0;
562 m_copydata(m, m->m_pkthdr.len - esph->authsize,
563 esph->authsize, aalg);
568 if (!consttime_memequal(ptr, aalg, esph->authsize)) {
578 m_adj(m, -(esph->authsize));
705 alen = esph ? esph->authsize : 0;
993 m_copyback(m, m->m_pkthdr.len - esph->authsize,
994 esph->authsize, ipseczeroes);
  /src/sys/dev/pci/qat/
qat_hw15.c 600 auth_hdr->final_sz = sah->auth_hash->authsize;
qat.c 1486 desc->qcd_auth_sz = sah->auth_hash->authsize;

Completed in 18 milliseconds