Lines Matching defs:crypto_sync_skcipher
48 struct crypto_sync_skcipher {
155 (!(sizeof((struct crypto_sync_skcipher *)1 == \
213 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
233 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm)
283 struct crypto_sync_skcipher *tfm)
328 struct crypto_sync_skcipher *tfm)
357 struct crypto_sync_skcipher *tfm)
363 struct crypto_sync_skcipher *tfm, u32 flags)
369 struct crypto_sync_skcipher *tfm, u32 flags)
393 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm,
426 static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm(
431 return container_of(tfm, struct crypto_sync_skcipher, base);
497 struct crypto_sync_skcipher *tfm)