Home
last modified time | relevance | path

Searched refs:rakcipher (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dakcipher.c26 struct crypto_report_akcipher rakcipher; in crypto_akcipher_report() local
28 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()
78 struct crypto_stat_akcipher rakcipher; in crypto_akcipher_report_stat() local
82 memset(&rakcipher, 0, sizeof(rakcipher)); in crypto_akcipher_report_stat()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dakcipher.c26 struct crypto_report_akcipher rakcipher; in crypto_akcipher_report() local
28 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()
H A Dcrypto_user_stat.c99 struct crypto_stat_akcipher rakcipher; in crypto_report_akcipher() local
101 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 in crypto_report_akcipher()
[all...]

Completed in 2 milliseconds