Searched refs:swcr_authcompute (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/crypto/
H A Dcryptosoft.h67 int swcr_authcompute(struct cryptop *, struct cryptodesc *, struct swcr_data *,
H A Dcryptosoft.c419 swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd, function
1102 if ((err = swcr_authcompute(crp, crd, sw,
/openbsd-current/sys/arch/arm64/arm64/
H A Dcryptox.c341 return (swcr_authcompute(crp, crd, sw, buf, type));
/openbsd-current/sys/arch/i386/i386/
H A Dvia.c333 return (swcr_authcompute(crp, crd, sw, buf, type));
/openbsd-current/sys/arch/amd64/amd64/
H A Dvia.c325 return (swcr_authcompute(crp, crd, sw, buf, type));
H A Daesni.c434 return (swcr_authcompute(crp, crd, sw, buf, type));
/openbsd-current/sys/arch/i386/pci/
H A Dglxsb.c628 return (swcr_authcompute(crp, crd, sw, buf, type));
/openbsd-current/sys/arch/octeon/dev/
H A Doctcrypto.c673 return swcr_authcompute(crp, crd, sw, buf, type);

Completed in 86 milliseconds