Searched refs:rakcipher (Results 1 – 2 of 2) sorted by relevance
26 struct crypto_report_akcipher rakcipher; in crypto_akcipher_report() local28 memset(&rakcipher, 0, sizeof(rakcipher)); in crypto_akcipher_report()30 strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type)); in crypto_akcipher_report()33 sizeof(rakcipher), &rakcipher); in crypto_akcipher_report()
99 struct crypto_stat_akcipher rakcipher; in crypto_report_akcipher() local101 memset(&rakcipher, 0, sizeof(rakcipher)); in crypto_report_akcipher()103 strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type)); in crypto_report_akcipher()104 rakcipher.stat_encrypt_cnt = atomic64_read(&alg->stats.akcipher.encrypt_cnt); in crypto_report_akcipher()105 rakcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.akcipher.encrypt_tlen); in crypto_report_akcipher()106 rakcipher.stat_decrypt_cnt = atomic64_read(&alg->stats.akcipher.decrypt_cnt); in crypto_report_akcipher()107 rakcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.akcipher.decrypt_tlen); in crypto_report_akcipher()108 rakcipher.stat_sign_cnt = atomic64_read(&alg->stats.akcipher.sign_cnt); in crypto_report_akcipher()109 rakcipher.stat_verify_cnt = atomic64_read(&alg->stats.akcipher.verify_cnt); in crypto_report_akcipher()110 rakcipher.stat_err_cnt = atomic64_read(&alg->stats.akcipher.err_cnt); in crypto_report_akcipher()[all …]
Completed in 4 milliseconds