Lines Matching defs:akcipher
19 #include <crypto/akcipher.h>
20 #include <crypto/internal/akcipher.h>
30 strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
47 seq_puts(m, "type : akcipher\n");
52 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm);
53 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
55 alg->exit(akcipher);
60 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm);
61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
64 akcipher->base.exit = crypto_akcipher_exit_tfm;
67 return alg->init(akcipher);
74 struct akcipher_instance *akcipher = akcipher_instance(inst);
76 akcipher->free(akcipher);