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

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

Completed in 57 milliseconds