Searched defs:crypt_iv_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 104409 struct crypt_iv_operations { struct 104410 int (*ctr)(struct crypt_config *, struct dm_target *, const char *); 104411 void (*dtr)(struct crypt_config *); 104412 int (*init)(struct crypt_config *); 104413 int (*wipe)(struct crypt_config *); 104414 int (*generator)(struct crypt_config *, u8 *, struct dm_crypt_request *); 104415 int (*post)(struct crypt_config *, u8 *, struct dm_crypt_request *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 114204 struct crypt_iv_operations { struct 114205 int (*ctr)(struct crypt_config *, struct dm_target *, const char *); 114206 void (*dtr)(struct crypt_config *); 114207 int (*init)(struct crypt_config *); 114208 int (*wipe)(struct crypt_config *); 114209 int (*generator)(struct crypt_config *, u8 *, struct dm_crypt_request *); 114210 int (*post)(struct crypt_config *, u8 *, struct dm_crypt_request *);
|