Lines Matching refs:crypto_sync_skcipher
47 struct crypto_sync_skcipher { struct
133 (!(sizeof((struct crypto_sync_skcipher *)1 == \
191 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
211 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
261 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
306 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
335 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
341 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
347 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
371 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
404 static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm( in crypto_sync_skcipher_reqtfm()
409 return container_of(tfm, struct crypto_sync_skcipher, base); in crypto_sync_skcipher_reqtfm()
475 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()