Searched defs:crypto_type (Results 1 – 4 of 4) sorted by relevance
67 static CryptoType crypto_type = in get_crypto_type() local105 auto crypto_type = get_crypto_type(); in cryptfs_setup_ext_volume() local
85 constexpr bool isValidCryptoType(size_t max_keylen, const CryptoType& crypto_type) { in isValidCryptoType()
21227 struct crypto_type { struct21228 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 …]
30679 struct crypto_type { struct30680 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 …]