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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcrypto.h48 struct cipher_algorithm { struct
177 static inline int cipher_setkey ( struct cipher_algorithm *cipher,
182 static inline void cipher_setiv ( struct cipher_algorithm *cipher,
187 static inline void cipher_encrypt ( struct cipher_algorithm *cipher,
197 static inline void cipher_decrypt ( struct cipher_algorithm *cipher,
207 static inline int is_stream_cipher ( struct cipher_algorithm *cipher ) {
249 extern struct cipher_algorithm cipher_null;

Completed in 33 milliseconds