Home
last modified time | relevance | path

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

/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() function
122 aes_call_axtls ( &aes_ctx->axtls_ctx, src, dst, AES_encrypt ); in aes_encrypt()
142 aes_call_axtls ( &aes_ctx->axtls_ctx, src, dst, AES_decrypt ); in aes_decrypt()