mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
This commit is contained in:
@@ -54,7 +54,9 @@ void AES_set_key(AES_CTX *ctx, const uint8_t *key,
|
|||||||
void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg,
|
void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg,
|
||||||
uint8_t *out, int length);
|
uint8_t *out, int length);
|
||||||
void AES_cbc_decrypt(AES_CTX *ks, const uint8_t *in, uint8_t *out, int length);
|
void AES_cbc_decrypt(AES_CTX *ks, const uint8_t *in, uint8_t *out, int length);
|
||||||
|
#if 0 /** currently unused function **/
|
||||||
void AES_convert_key(AES_CTX *ctx);
|
void AES_convert_key(AES_CTX *ctx);
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* RC4 declarations
|
* RC4 declarations
|
||||||
|
|||||||
Reference in New Issue
Block a user