Searched defs:kpp_alg (Results 1 – 2 of 2) sorted by relevance
71 struct kpp_alg { struct72 int (*set_secret)(struct crypto_kpp *tfm, const void *buffer,74 int (*generate_public_key)(struct kpp_request *req);75 int (*compute_shared_secret)(struct kpp_request *req);77 unsigned int (*max_size)(struct crypto_kpp *tfm);79 int (*init)(struct crypto_kpp *tfm);80 void (*exit)(struct crypto_kpp *tfm);82 unsigned int reqsize;83 struct crypto_alg base;
92 struct kpp_alg { struct93 int (*set_secret)(struct crypto_kpp *tfm, const void *buffer,95 int (*generate_public_key)(struct kpp_request *req);96 int (*compute_shared_secret)(struct kpp_request *req);98 unsigned int (*max_size)(struct crypto_kpp *tfm);100 int (*init)(struct crypto_kpp *tfm);101 void (*exit)(struct crypto_kpp *tfm);104 struct crypto_istat_kpp stat;107 struct crypto_alg base;