Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
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()
84 strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type)); in crypto_akcipher_report_stat()
85 rakcipher.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt); in crypto_akcipher_report_stat()
86 rakcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen); in crypto_akcipher_report_stat()
87 rakcipher.stat_decrypt_cnt = atomic64_read(&istat->decrypt_cnt); in crypto_akcipher_report_stat()
[all …]