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