Lines Matching refs:crypto_sync_skcipher
59 struct crypto_sync_skcipher { struct
282 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
316 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_tfm()
332 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
408 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
529 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
564 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
570 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
576 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
617 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
681 static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm( in crypto_sync_skcipher_reqtfm()
686 return container_of(tfm, struct crypto_sync_skcipher, base); in crypto_sync_skcipher_reqtfm()
824 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()