Lines Matching defs:akcipher_alg
96 struct akcipher_alg { struct
97 int (*sign)(struct akcipher_request *req);
98 int (*verify)(struct akcipher_request *req);
99 int (*encrypt)(struct akcipher_request *req);
100 int (*decrypt)(struct akcipher_request *req);
101 int (*set_pub_key)(struct crypto_akcipher *tfm, const void *key,
103 int (*set_priv_key)(struct crypto_akcipher *tfm, const void *key,
105 unsigned int (*max_size)(struct crypto_akcipher *tfm);
106 int (*init)(struct crypto_akcipher *tfm);
107 void (*exit)(struct crypto_akcipher *tfm);
109 struct crypto_alg base;