Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dblkcipher.c376 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()
Dskcipher.c629 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()
/Linux-v4.19/security/keys/encrypted-keys/
Dencrypted.c45 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-v4.19/Documentation/crypto/
Dapi-skcipher.rst8 :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_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-v4.19/include/linux/
Dcrypto.h292 struct blkcipher_alg { struct
480 struct blkcipher_alg blkcipher;
1202 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()