Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dblkcipher.c378 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()
399 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()
422 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()
436 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()
449 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()
464 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()
482 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()
500 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
Dskcipher.c73 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher()
82 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher()
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c44 static const char blkcipher_alg[] = "cbc(aes)"; variable
90 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()
/linux-4.4.14/include/linux/
Dcrypto.h280 struct blkcipher_alg { struct
460 struct blkcipher_alg blkcipher;
1181 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c1621 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher()
Dkeystore.c2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet()