Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c318 struct artpec6_crypto_request_context { struct
1089 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_encrypt()
1135 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_decrypt()
1539 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_ecb_init()
1555 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_ctr_init()
1565 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_cbc_init()
1575 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_xts_init()
1671 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_prepare_crypto()