Home
last modified time | relevance | path

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

/include/crypto/
Daead.h85 unsigned int cryptlen; member
483 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt() argument
487 req->cryptlen = cryptlen; in aead_request_set_crypt()
Dskcipher.h25 unsigned int cryptlen; member
610 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt() argument
614 req->cryptlen = cryptlen; in skcipher_request_set_crypt()
/include/linux/
Dcrypto.h599 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret);
600 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret);
614 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
615 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
625 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() argument
627 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() argument
655 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() argument
657 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt() argument