Searched refs:blkcipher_alg (Results 1 – 6 of 6) sorted by relevance
376 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()397 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()420 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()434 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()447 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()462 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()476 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()494 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
629 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher()638 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher()
45 static const char blkcipher_alg[] = "cbc(aes)"; variable85 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes()396 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()399 blkcipher_alg, PTR_ERR(tfm)); in init_skcipher_req()413 blkcipher_alg); in init_skcipher_req()
8 :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg
131 Cipher Definition With struct blkcipher_alg and ablkcipher_alg134 Struct blkcipher_alg defines a synchronous block cipher whereas struct
292 struct blkcipher_alg { struct480 struct blkcipher_alg blkcipher;1202 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()