Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h203 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm() function
215 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
262 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
268 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
273 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
279 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
285 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
399 req->base.tfm = crypto_skcipher_tfm(tfm); in skcipher_request_set_tfm()
/linux-4.4.14/crypto/
Dskcipher.c72 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_encrypt_blkcipher()
81 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_decrypt_blkcipher()
164 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_encrypt_ablkcipher()
173 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_decrypt_ablkcipher()
Dtestmgr.c930 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in __test_skcipher()