Searched defs:cipher_encrypt (Results 1 – 1 of 1) sorted by relevance
126 static inline void cipher_encrypt ( struct cipher_algorithm *cipher, in cipher_encrypt() function131 #define cipher_encrypt( cipher, ctx, src, dst, len ) do { \ macro