Home
last modified time | relevance | path

Searched refs:blkcipher_alg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/crypto/
Dblkcipher.c371 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()
Dskcipher.c642 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()
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c42 static const char blkcipher_alg[] = "cbc(aes)"; variable
85 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()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst8 :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg compress_alg
Ddevel-algos.rst131 Cipher Definition With struct blkcipher_alg and ablkcipher_alg
134 Struct blkcipher_alg defines a synchronous block cipher whereas struct
/Linux-v5.4/include/linux/
Dcrypto.h254 struct blkcipher_alg { struct
569 struct blkcipher_alg blkcipher;
1384 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()