Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Daes.h17 #define AES_encrypt QEMU_AES_encrypt macro
25 void AES_encrypt(const unsigned char *in, unsigned char *out,
/openbmc/qemu/crypto/
H A Dcipher-builtin.c.inc70 AES_encrypt(in, out, &ctx->enc);
107 AES_encrypt(tmp, out, key);
H A Daes.c1447 void AES_encrypt(const unsigned char *in, unsigned char *out, in AES_encrypt() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c325 AES_encrypt(src, dst, &aesctx->enc); in test_xts_aes_encrypt()