Searched refs:blkcipher_alg (Results 1 – 6 of 6) sorted by relevance
378 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()399 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()422 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()436 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()449 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()464 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()482 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()500 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
73 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher()82 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher()
44 static const char blkcipher_alg[] = "cbc(aes)"; variable90 tfm = crypto_alloc_blkcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes()410 desc->tfm = crypto_alloc_blkcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_blkcipher_desc()413 blkcipher_alg, PTR_ERR(desc->tfm)); in init_blkcipher_desc()
280 struct blkcipher_alg { struct460 struct blkcipher_alg blkcipher;1181 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()
1621 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher()
2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet()