Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h144 struct crypto_blkcipher;
180 struct crypto_blkcipher *tfm;
783 struct crypto_blkcipher { struct
1296 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1299 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1302 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1323 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1334 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1343 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1373 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
[all …]
/include/crypto/
Dalgapi.h289 static inline struct crypto_blkcipher *crypto_spawn_blkcipher( in crypto_spawn_blkcipher()
298 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx()
303 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx_aligned()