Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h59817 struct akcipher_alg { struct
59818 int (*sign)(struct akcipher_request *);
59819 int (*verify)(struct akcipher_request *);
59820 int (*encrypt)(struct akcipher_request *);
59821 int (*decrypt)(struct akcipher_request *);
59822 int (*set_pub_key)(struct crypto_akcipher *, const void *, unsigned int);
59823 int (*set_priv_key)(struct crypto_akcipher *, const void *, unsigned int);
59824 unsigned int (*max_size)(struct crypto_akcipher *);
59825 int (*init)(struct crypto_akcipher *);
59826 void (*exit)(struct crypto_akcipher *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h69575 struct akcipher_alg { struct
69576 int (*sign)(struct akcipher_request *);
69577 int (*verify)(struct akcipher_request *);
69578 int (*encrypt)(struct akcipher_request *);
69579 int (*decrypt)(struct akcipher_request *);
69580 int (*set_pub_key)(struct crypto_akcipher *, const void *, unsigned int);
69581 int (*set_priv_key)(struct crypto_akcipher *, const void *, unsigned int);
69582 unsigned int (*max_size)(struct crypto_akcipher *);
69583 int (*init)(struct crypto_akcipher *);
69584 void (*exit)(struct crypto_akcipher *);
[all …]