Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h59770 struct ahash_alg { struct
59771 int (*init)(struct ahash_request *);
59772 int (*update)(struct ahash_request *);
59773 int (*final)(struct ahash_request *);
59774 int (*finup)(struct ahash_request *);
59775 int (*digest)(struct ahash_request *);
59776 int (*export)(struct ahash_request *, void *);
59777 int (*import)(struct ahash_request *, const void *);
59778 int (*setkey)(struct crypto_ahash *, const u8 *, unsigned int);
59779 int (*init_tfm)(struct crypto_ahash *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h69528 struct ahash_alg { struct
69529 int (*init)(struct ahash_request *);
69530 int (*update)(struct ahash_request *);
69531 int (*final)(struct ahash_request *);
69532 int (*finup)(struct ahash_request *);
69533 int (*digest)(struct ahash_request *);
69534 int (*export)(struct ahash_request *, void *);
69535 int (*import)(struct ahash_request *, const void *);
69536 int (*setkey)(struct crypto_ahash *, const u8 *, unsigned int);
69537 int (*init_tfm)(struct crypto_ahash *);
[all …]