Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dcrypto.h925 static inline struct blkcipher_alg *crypto_blkcipher_alg( in crypto_blkcipher_alg() function
933 return crypto_blkcipher_alg(tfm)->ivsize; in crypto_blkcipher_ivsize()
/linux-3.4.99/fs/ecryptfs/
Dcrypto.c1749 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher()
Dkeystore.c2215 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet()