Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_alg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dcrypto.h1708 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg() function
1725 return crypto_blkcipher_alg(tfm)->ivsize; in crypto_blkcipher_ivsize()
/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()