summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/octcrypto.c
AgeCommit message (Expand)Author
2021-10-24Stop setting etype in the MD crypto code. So far we have set the etypePatrick Wildt
2021-10-23Retire asynchronous crypto API as it is no longer required by any driver andTobias Heider
2021-10-13The kernel crypto framework sometimes returned an error, sometimesAlexander Bluhm
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2019-03-10Use SMR instead of reference counting for session reclamation.Visa Hankala
2018-12-16Fix pool ipl to prevent a deadlock scenario.Visa Hankala
2018-04-09Add a driver for the OCTEON cryptographic unit. It providesVisa Hankala