Home
last modified time | relevance | path

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

/drivers/crypto/inside-secure/eip93/
A Deip93-cipher.h27 struct eip93_cipher_reqctx { struct
47 int check_valid_request(struct eip93_cipher_reqctx *rctx); argument
49 void eip93_unmap_dma(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx,
55 const u8 *reqiv, struct eip93_cipher_reqctx *rctx);
57 void eip93_handle_result(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx,
A Deip93-cipher.c25 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_handle_result()
36 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_send_req()
57 sizeof(struct eip93_cipher_reqctx)); in eip93_skcipher_cra_init()
138 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_crypt()
177 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_encrypt()
190 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_decrypt()
A Deip93-aead.c35 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_handle_result()
46 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_send_req()
66 sizeof(struct eip93_cipher_reqctx)); in eip93_aead_cra_init()
188 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_crypt()
219 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_encrypt()
239 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_decrypt()
A Deip93-common.c201 int check_valid_request(struct eip93_cipher_reqctx *rctx) in check_valid_request()
381 struct eip93_cipher_reqctx *rctx, in eip93_scatter_combine()
512 const u8 *reqiv, struct eip93_cipher_reqctx *rctx) in eip93_send_req()
640 void eip93_unmap_dma(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx, in eip93_unmap_dma()
684 void eip93_handle_result(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx, in eip93_handle_result()

Completed in 11 milliseconds