mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
Added wrapper for AXTLS AES code
This commit is contained in:
8
src/include/gpxe/aes.h
Normal file
8
src/include/gpxe/aes.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _GPXE_AES_H
|
||||
#define _GPXE_AES_H
|
||||
|
||||
struct crypto_algorithm;
|
||||
|
||||
extern struct crypto_algorithm aes_algorithm;
|
||||
|
||||
#endif /* _GPXE_AES_H */
|
||||
Reference in New Issue
Block a user