Home
last modified time | relevance | path

Searched refs:crypto_skcipher_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/crypto/
Dskcipher.c37 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_setkey_blkcipher()
58 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_crypt_blkcipher()
129 struct crypto_ablkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_setkey_ablkcipher()
149 struct crypto_ablkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_crypt_ablkcipher()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h110 static inline void *crypto_skcipher_ctx(struct crypto_skcipher *tfm) in crypto_skcipher_ctx() function