Searched refs:blkcipher_alg (Results 1 – 6 of 6) sorted by relevance
377 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()421 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()448 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()463 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()481 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()499 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
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()
349 struct blkcipher_alg { struct559 struct blkcipher_alg blkcipher;1708 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()
1622 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()
3383 struct blkcipher_alg blkcipher;