Searched defs:drbg_state_ops (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 85605 struct drbg_state_ops { struct 85606 int (*update)(struct drbg_state *, struct list_head *, int); 85607 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 85608 int (*crypto_init)(struct drbg_state *); 85609 int (*crypto_fini)(struct drbg_state *);
|
D | vmlinux.h | 85605 struct drbg_state_ops { struct 85606 int (*update)(struct drbg_state *, struct list_head *, int); 85607 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 85608 int (*crypto_init)(struct drbg_state *); 85609 int (*crypto_fini)(struct drbg_state *);
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 55830 struct drbg_state_ops { struct 55831 int (*update)(struct drbg_state *, struct list_head *, int); 55832 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 55833 int (*crypto_init)(struct drbg_state *); 55834 int (*crypto_fini)(struct drbg_state *);
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 52344 struct drbg_state_ops { struct 52345 int (*update)(struct drbg_state *, struct list_head *, int); 52346 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 52347 int (*crypto_init)(struct drbg_state *); 52348 int (*crypto_fini)(struct drbg_state *);
|
D | vmlinux_510.h | 52344 struct drbg_state_ops { struct 52345 int (*update)(struct drbg_state *, struct list_head *, int); 52346 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 52347 int (*crypto_init)(struct drbg_state *); 52348 int (*crypto_fini)(struct drbg_state *);
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 58956 struct drbg_state_ops { struct 58957 int (*update)(struct drbg_state *, struct list_head *, int); 58958 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 58959 int (*crypto_init)(struct drbg_state *); 58960 int (*crypto_fini)(struct drbg_state *);
|
D | vmlinux_505.h | 58956 struct drbg_state_ops { struct 58957 int (*update)(struct drbg_state *, struct list_head *, int); 58958 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *); 58959 int (*crypto_init)(struct drbg_state *); 58960 int (*crypto_fini)(struct drbg_state *);
|