Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2025-12-26 01:22:37 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
a3219b24a8ea4699e7b04cf1f1131aade9fcd855
ipxe/src/include/gpxe/aes.h

9 lines
143 B
C
Raw Normal View History

Added wrapper for AXTLS AES code
2007-01-31 18:09:20 +00:00
#ifndef _GPXE_AES_H
#define _GPXE_AES_H
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm The various types of cryptographic algorithm are fundamentally different, and it was probably a mistake to try to handle them via a single common type. pubkey_algorithm is a placeholder type for now.
2009-02-18 21:56:02 +00:00
struct cipher_algorithm;
Added wrapper for AXTLS AES code
2007-01-31 18:09:20 +00:00
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm The various types of cryptographic algorithm are fundamentally different, and it was probably a mistake to try to handle them via a single common type. pubkey_algorithm is a placeholder type for now.
2009-02-18 21:56:02 +00:00
extern struct cipher_algorithm aes_cbc_algorithm;
Added wrapper for AXTLS AES code
2007-01-31 18:09:20 +00:00
#endif /* _GPXE_AES_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 120ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API