Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dakcipher.c31 struct crypto_report_akcipher rakcipher; in crypto_akcipher_report() local
33 strncpy(rakcipher.type, "akcipher", sizeof(rakcipher.type)); in crypto_akcipher_report()
36 sizeof(struct crypto_report_akcipher), &rakcipher)) in crypto_akcipher_report()
Dcrypto_user.c132 struct crypto_report_akcipher rakcipher; in crypto_report_akcipher() local
134 strlcpy(rakcipher.type, "akcipher", sizeof(rakcipher.type)); in crypto_report_akcipher()
137 sizeof(struct crypto_report_akcipher), &rakcipher)) in crypto_report_akcipher()