Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c319 struct artpec6_crypto_request_context { struct
1090 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_encrypt()
1136 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_decrypt()
1538 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_ecb_init()
1554 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_ctr_init()
1564 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_cbc_init()
1574 tfm->reqsize = sizeof(struct artpec6_crypto_request_context); in artpec6_crypto_aes_xts_init()
1666 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_prepare_crypto()