Home
last modified time | relevance | path

Searched refs:aes_context (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Daxtls_aes.c44 struct aes_context *aes_ctx = ctx; in aes_setkey()
117 struct aes_context *aes_ctx = ctx; in aes_encrypt()
135 struct aes_context *aes_ctx = ctx; in aes_decrypt()
148 .ctxsize = sizeof ( struct aes_context ),
158 aes_algorithm, struct aes_context, AES_BLOCKSIZE );
/external/syslinux/gpxe/src/include/gpxe/
Daes.h14 struct aes_context { struct
22 #define AES_CTX_SIZE sizeof ( struct aes_context ) argument