Home
last modified time | relevance | path

Searched refs:AES_CTX (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/crypto/axtls/
Dcrypto.h44 } AES_CTX; typedef
52 void AES_set_key(AES_CTX *ctx, const uint8_t *key,
54 void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg,
56 void AES_cbc_decrypt(AES_CTX *ks, const uint8_t *in, uint8_t *out, int length);
57 void AES_convert_key(AES_CTX *ctx);
58 void AES_encrypt(const AES_CTX *ctx, uint32_t *data);
59 void AES_decrypt(const AES_CTX *ctx, uint32_t *data);
Daes.c165 void AES_set_key(AES_CTX *ctx, const uint8_t *key, in AES_set_key()
240 void AES_convert_key(AES_CTX *ctx) in AES_convert_key()
260 void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg, uint8_t *out, int length)
307 void AES_cbc_decrypt(AES_CTX *ctx, const uint8_t *msg, uint8_t *out, int length)
363 void AES_encrypt(const AES_CTX *ctx, uint32_t *data) in AES_encrypt()
419 void AES_decrypt(const AES_CTX *ctx, uint32_t *data) in AES_decrypt()
/external/syslinux/gpxe/src/crypto/
Daxtls_aes.c89 static void aes_call_axtls ( AES_CTX *axtls_ctx, const void *src, void *dst, in aes_call_axtls()
90 void ( * func ) ( const AES_CTX *axtls_ctx, in aes_call_axtls()
/external/syslinux/gpxe/src/include/gpxe/
Daes.h16 AES_CTX axtls_ctx;