Searched refs:AES_encrypt (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/crypto/ |
H A D | aes.h | 17 #define AES_encrypt QEMU_AES_encrypt macro 25 void AES_encrypt(const unsigned char *in, unsigned char *out,
|
/openbmc/qemu/crypto/ |
H A D | cipher-builtin.c.inc | 70 AES_encrypt(in, out, &ctx->enc); 107 AES_encrypt(tmp, out, key);
|
H A D | aes.c | 1447 void AES_encrypt(const unsigned char *in, unsigned char *out, in AES_encrypt() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 325 AES_encrypt(src, dst, &aesctx->enc); in test_xts_aes_encrypt()
|