• Home
  • Raw
  • Download

Lines Matching refs:ret

515 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret);
516 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret);
517 void crypto_stats_ahash_update(unsigned int nbytes, int ret, struct crypto_alg *alg);
518 void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg);
519 void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *alg);
520 void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *alg);
521 void crypto_stats_akcipher_sign(int ret, struct crypto_alg *alg);
522 void crypto_stats_akcipher_verify(int ret, struct crypto_alg *alg);
523 void crypto_stats_compress(unsigned int slen, int ret, struct crypto_alg *alg);
524 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg);
525 void crypto_stats_kpp_set_secret(struct crypto_alg *alg, int ret);
526 void crypto_stats_kpp_generate_public_key(struct crypto_alg *alg, int ret);
527 void crypto_stats_kpp_compute_shared_secret(struct crypto_alg *alg, int ret);
528 void crypto_stats_rng_seed(struct crypto_alg *alg, int ret);
529 void crypto_stats_rng_generate(struct crypto_alg *alg, unsigned int dlen, int ret);
530 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
531 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
537 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() argument
539 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() argument
541 static inline void crypto_stats_ahash_update(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_update() argument
543 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() argument
545 static inline void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_encrypt() argument
547 static inline void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_decrypt() argument
549 static inline void crypto_stats_akcipher_sign(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_sign() argument
551 static inline void crypto_stats_akcipher_verify(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_verify() argument
553 static inline void crypto_stats_compress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_compress() argument
555 static inline void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress() argument
557 static inline void crypto_stats_kpp_set_secret(struct crypto_alg *alg, int ret) in crypto_stats_kpp_set_secret() argument
559 static inline void crypto_stats_kpp_generate_public_key(struct crypto_alg *alg, int ret) in crypto_stats_kpp_generate_public_key() argument
561 static inline void crypto_stats_kpp_compute_shared_secret(struct crypto_alg *alg, int ret) in crypto_stats_kpp_compute_shared_secret() argument
563 static inline void crypto_stats_rng_seed(struct crypto_alg *alg, int ret) in crypto_stats_rng_seed() argument
565 static inline void crypto_stats_rng_generate(struct crypto_alg *alg, unsigned int dlen, int ret) in crypto_stats_rng_generate() argument
567 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() argument
569 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt() argument