Home
last modified time | relevance | path

Searched refs:eip93_crypto_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-aead.c32 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm); in eip93_aead_handle_result()
61 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_aead_cra_init()
82 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_aead_cra_exit()
93 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_aead_setkey()
164 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_aead_setauthsize()
174 static void eip93_aead_setassoc(struct eip93_crypto_ctx *ctx, in eip93_aead_setassoc()
190 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in eip93_aead_crypt()
218 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in eip93_aead_encrypt()
238 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in eip93_aead_decrypt()
280 .cra_ctxsize = sizeof(struct eip93_crypto_ctx),
[all …]
H A Deip93-cipher.c22 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm); in eip93_skcipher_handle_result()
52 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_skcipher_cra_init()
73 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_skcipher_cra_exit()
84 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in eip93_skcipher_setkey()
140 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in eip93_skcipher_crypt()
189 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in eip93_skcipher_decrypt()
221 .cra_ctxsize = sizeof(struct eip93_crypto_ctx),
248 .cra_ctxsize = sizeof(struct eip93_crypto_ctx),
275 .cra_ctxsize = sizeof(struct eip93_crypto_ctx),
302 .cra_ctxsize = sizeof(struct eip93_crypto_ctx),
[all …]
H A Deip93-cipher.h13 struct eip93_crypto_ctx { struct
H A Deip93-common.c514 struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm); in eip93_send_req()