rakcipher          26 crypto/akcipher.c 	struct crypto_report_akcipher rakcipher;
rakcipher          28 crypto/akcipher.c 	memset(&rakcipher, 0, sizeof(rakcipher));
rakcipher          30 crypto/akcipher.c 	strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
rakcipher          33 crypto/akcipher.c 		       sizeof(rakcipher), &rakcipher);
rakcipher          99 crypto/crypto_user_stat.c 	struct crypto_stat_akcipher rakcipher;
rakcipher         101 crypto/crypto_user_stat.c 	memset(&rakcipher, 0, sizeof(rakcipher));
rakcipher         103 crypto/crypto_user_stat.c 	strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
rakcipher         104 crypto/crypto_user_stat.c 	rakcipher.stat_encrypt_cnt = atomic64_read(&alg->stats.akcipher.encrypt_cnt);
rakcipher         105 crypto/crypto_user_stat.c 	rakcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.akcipher.encrypt_tlen);
rakcipher         106 crypto/crypto_user_stat.c 	rakcipher.stat_decrypt_cnt = atomic64_read(&alg->stats.akcipher.decrypt_cnt);
rakcipher         107 crypto/crypto_user_stat.c 	rakcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.akcipher.decrypt_tlen);
rakcipher         108 crypto/crypto_user_stat.c 	rakcipher.stat_sign_cnt = atomic64_read(&alg->stats.akcipher.sign_cnt);
rakcipher         109 crypto/crypto_user_stat.c 	rakcipher.stat_verify_cnt = atomic64_read(&alg->stats.akcipher.verify_cnt);
rakcipher         110 crypto/crypto_user_stat.c 	rakcipher.stat_err_cnt = atomic64_read(&alg->stats.akcipher.err_cnt);
rakcipher         113 crypto/crypto_user_stat.c 		       sizeof(rakcipher), &rakcipher);