Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dblkcipher.c377 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()
398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()
421 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()
435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()
448 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()
463 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()
481 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()
499 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()
/linux-4.1.27/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.1.27/include/linux/
Dcrypto.h349 struct blkcipher_alg { struct
559 struct blkcipher_alg blkcipher;
1708 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg()
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c1622 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()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3383 struct blkcipher_alg blkcipher;