Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c457 static int artpec6_crypto_submit(struct artpec6_crypto_req_common *req) in artpec6_crypto_submit() function
1128 return artpec6_crypto_submit(&req_ctx->common); in artpec6_crypto_encrypt()
1173 return artpec6_crypto_submit(&req_ctx->common); in artpec6_crypto_decrypt()
1280 return artpec6_crypto_submit(&req_ctx->common); in artpec6_crypto_aead_encrypt()
1305 return artpec6_crypto_submit(&req_ctx->common); in artpec6_crypto_aead_decrypt()
2309 ret = artpec6_crypto_submit(&req_ctx->common); in artpec6_crypto_prepare_submit_hash()