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

/linux-4.1.27/crypto/
H A Dblkcipher.c377 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; setkey_unaligned()
398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; setkey()
421 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; async_encrypt()
435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; async_decrypt()
448 struct blkcipher_alg *cipher = &alg->cra_blkcipher; crypto_blkcipher_ctxsize()
463 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops_async()
481 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops_sync()
499 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops()
/linux-4.1.27/security/keys/encrypted-keys/
H A Dencrypted.c44 static const char blkcipher_alg[] = "cbc(aes)"; variable
90 tfm = crypto_alloc_blkcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); aes_get_sizes()
410 desc->tfm = crypto_alloc_blkcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); init_blkcipher_desc()
413 blkcipher_alg, PTR_ERR(desc->tfm)); init_blkcipher_desc()
/linux-4.1.27/include/linux/
H A Dcrypto.h338 * struct blkcipher_alg - synchronous block cipher definition
349 struct blkcipher_alg { struct
559 struct blkcipher_alg blkcipher;
1708 static inline struct blkcipher_alg *crypto_blkcipher_alg( crypto_blkcipher_alg()
/linux-4.1.27/fs/ecryptfs/
H A Dcrypto.c1622 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); ecryptfs_process_key_cipher()
H A Dkeystore.c2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); write_tag_3_packet()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c3383 struct blkcipher_alg blkcipher;

Completed in 112 milliseconds