K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-06-21T02:32:41.898626Z K 7 svn:log V 638 o) Switch to an iovec-oriented API for the crypto API using the previous scatterlist macros as a base. XXX Said macros are definitely at least a little buggy and read/write macros would allow better sanity checking. XXX The code here is all so basically identical that it ought to be possible to abstract out functions to do the various functions for each type and compose those into sane functions rather than the massive duplicated blobs that there are now. o) Actually build the crypto front-end now. This still can't work because I need to add trivial functions to enable the crypto coprocessor. END