Lines Matching defs:akcipher_alg
117 struct akcipher_alg { struct
118 int (*sign)(struct akcipher_request *req);
119 int (*verify)(struct akcipher_request *req);
120 int (*encrypt)(struct akcipher_request *req);
121 int (*decrypt)(struct akcipher_request *req);
122 int (*set_pub_key)(struct crypto_akcipher *tfm, const void *key,
124 int (*set_priv_key)(struct crypto_akcipher *tfm, const void *key,
126 unsigned int (*max_size)(struct crypto_akcipher *tfm);
127 int (*init)(struct crypto_akcipher *tfm);
128 void (*exit)(struct crypto_akcipher *tfm);
131 struct crypto_istat_akcipher stat;
134 struct crypto_alg base;