Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp67 static CryptoType crypto_type = in get_crypto_type() local
105 auto crypto_type = get_crypto_type(); in cryptfs_setup_ext_volume() local
DCryptoType.h85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h21227 struct crypto_type { struct
21228 unsigned int (*ctxsize)(struct crypto_alg *, u32, u32);
21229 unsigned int (*extsize)(struct crypto_alg *);
21230 int (*init_tfm)(struct crypto_tfm *);
21231 void (*show)(struct seq_file *, struct crypto_alg *);
21232 int (*report)(struct sk_buff *, struct crypto_alg *);
21233 void (*free)(struct crypto_instance *);
21234 unsigned int type;
21235 unsigned int maskclear;
21236 unsigned int maskset;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h30679 struct crypto_type { struct
30680 unsigned int (*ctxsize)(struct crypto_alg *, u32, u32);
30681 unsigned int (*extsize)(struct crypto_alg *);
30682 int (*init_tfm)(struct crypto_tfm *);
30683 void (*show)(struct seq_file *, struct crypto_alg *);
30684 int (*report)(struct sk_buff *, struct crypto_alg *);
30685 void (*free)(struct crypto_instance *);
30686 unsigned int type;
30687 unsigned int maskclear;
30688 unsigned int maskset;
[all …]