Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
H A Decb.c37 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm); in crypto_ecb_encrypt2()
48 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm); in crypto_ecb_decrypt2()
59 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_setkey_simple2()
71 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_init_tfm_simple2()
86 struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_exit_tfm_simple2()
H A Darc4.c22 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); in crypto_arc4_setkey()
30 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); in crypto_arc4_crypt()
H A Dcbc.c56 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in crypto_cbc_encrypt()
125 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in crypto_cbc_decrypt()
H A Dlskcipher.c439 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_init_tfm_simple()
454 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_exit_tfm_simple()
/linux/include/crypto/internal/
H A Dskcipher.h230 static inline void *crypto_lskcipher_ctx(struct crypto_lskcipher *tfm) in crypto_lskcipher_ctx() function
286 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_cipher_simple()