Sign in
◑
Theme
qemu
/
ipxe
/
refs/heads/master
/
.
/
src
/
arch
/
x86
/
include
/
bits
/
aes.h
blob: cd711e366ceb35dce5922622cd59af13555377b8 [
file
]
#ifndef
_BITS_AES_H
#define
_BITS_AES_H
/** @file
*
* AES acceleration
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
FILE_SECBOOT
(
PERMITTED
);
extern
void
aes_accelerate
(
void
);
#endif
/* _BITS_AES_H */