iPXE
aes.h File Reference

Generic architecture-specific AES acceleration. More...

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)
static __attribute__ ((always_inline)) void aes_accelerate(void)
 Enable hardware AES acceleration.

Detailed Description

Generic architecture-specific AES acceleration.

This file is included only if the architecture does not provide its own version of this file.

Definition in file aes.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

◆ __attribute__()

__attribute__ ( (always_inline) )
inlinestatic

Enable hardware AES acceleration.

Definition at line 20 of file aes.h.

20 {
21
22 /* Do nothing */
23}