Searched defs:cryptlen (Results 1 – 3 of 3) sorted by relevance
/include/crypto/ |
D | aead.h | 85 unsigned int cryptlen; member 485 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
|
D | skcipher.h | 25 unsigned int cryptlen; member 612 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
|
/include/linux/ |
D | crypto.h | 625 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() 627 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() 655 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() 657 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
|