Home
last modified time | relevance | path

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

/NextBSD/sys/opencrypto/
HDcryptosoft.c408 switch (sw->sw_alg) { in swcr_authcompute()
479 sw && sw->sw_alg != crd->crd_alg; in swcr_authenc()
485 switch (sw->sw_alg) { in swcr_authenc()
958 (*swd)->sw_alg = cri->cri_alg; in swcr_newsession()
1000 switch (swd->sw_alg) { in swcr_freesession_locked()
1118 sw && sw->sw_alg != crd->crd_alg; in swcr_process()
1128 switch (sw->sw_alg) { in swcr_process()
HDcryptosoft.h30 int sw_alg; /* Algorithm */ member