Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c323 const struct TestAES *aesctx = ctx; in test_xts_aes_encrypt() local
325 AES_encrypt(src, dst, &aesctx->enc); in test_xts_aes_encrypt()
334 const struct TestAES *aesctx = ctx; in test_xts_aes_decrypt() local
336 AES_decrypt(src, dst, &aesctx->dec); in test_xts_aes_decrypt()