Lines Matching full:pmac
42 -- Renamed macros HMAC/OMAC/PMAC to have a LTC_ prefix. If you pass these on the command line please update your makefiles
353 -- Added LTC_FAST support to PMAC (drops the cycle/byte by about 9 cycles on my AMD64) [note: I later rewrote this prior to release]
364 -- Added "done" function to ciphers and the five chaining modes [and things like omac/pmac/etc]
378 -- Added LTC_FAST support to OMAC/PMAC and doubled it's speed on my amd64 [faster on the P4 too I guess]
387 -- Added "multi block" helpers for hash, hmac, pmac and omac routines so you can process multiple non-adjacent
558 -- Reduced stack usage in OMAC/PMAC/HMAC/EAX/OCB/PKCS#5 by mallocing any significant sized
599 -- Updated eax so the eax_done() would clear the state [like hmac,pmac,ocb] when
616 -- Added PMAC support, minor changes to OMAC/EAX code [I think....]