Searched defs:cipher_decrypt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcrypto.h197 static inline void cipher_decrypt ( struct cipher_algorithm *cipher, function
202 #define cipher_decrypt( cipher, ctx, src, dst, len ) do { \ macro
204 cipher_decrypt ( (cipher), (ctx), (src), (dst), (len) ); \

Completed in 661 milliseconds