Searched refs:blkcipher_alg (Results 1 – 6 of 6) sorted by relevance
371 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()392 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()415 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()429 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()442 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()457 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()471 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()489 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
642 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher()651 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher()
42 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 compress_alg
131 Cipher Definition With struct blkcipher_alg and ablkcipher_alg134 Struct blkcipher_alg defines a synchronous block cipher whereas struct
254 struct blkcipher_alg { struct569 struct blkcipher_alg blkcipher;1384 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()