Home
last modified time | relevance | path

Searched refs:crypto_comp (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/ubifs/
Dubifs.c90 struct crypto_comp { struct
94 static inline struct crypto_comp argument
98 struct crypto_comp *ptr; in crypto_alloc_comp()
101 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()
122 crypto_comp_decompress(const struct ubifs_info *c, struct crypto_comp *tfm, in crypto_comp_decompress()
Dubifs.h1433 struct crypto_comp *cc;