Home
last modified time | relevance | path

Searched defs:akcipher_alg (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h59606 struct akcipher_alg { struct
59607 int (*sign)(struct akcipher_request *);
59608 int (*verify)(struct akcipher_request *);
59609 int (*encrypt)(struct akcipher_request *);
59610 int (*decrypt)(struct akcipher_request *);
59611 int (*set_pub_key)(struct crypto_akcipher *, const void *, unsigned int);
59612 int (*set_priv_key)(struct crypto_akcipher *, const void *, unsigned int);
59613 unsigned int (*max_size)(struct crypto_akcipher *);
59614 int (*init)(struct crypto_akcipher *);
59615 void (*exit)(struct crypto_akcipher *);
[all …]