Searched defs:akcipher_alg (Results 1 – 1 of 1) sorted by relevance
94 struct akcipher_alg { struct95 int (*sign)(struct akcipher_request *req);96 int (*verify)(struct akcipher_request *req);97 int (*encrypt)(struct akcipher_request *req);98 int (*decrypt)(struct akcipher_request *req);99 int (*set_pub_key)(struct crypto_akcipher *tfm, const void *key,101 int (*set_priv_key)(struct crypto_akcipher *tfm, const void *key,103 unsigned int (*max_size)(struct crypto_akcipher *tfm);104 int (*init)(struct crypto_akcipher *tfm);105 void (*exit)(struct crypto_akcipher *tfm);[all …]
Completed in 7 milliseconds