Home
last modified time | relevance | path

Searched defs:cryptlen (Results 1 – 3 of 3) sorted by relevance

/include/crypto/
Daead.h85 unsigned int cryptlen; member
485 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h25 unsigned int cryptlen; member
612 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/include/linux/
Dcrypto.h625 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()