File encryption.h

Functions

FaasmSgxEncryptedMsg *doSymEncrypt(FaasmSgxMsg *decryptedMsg, FaasmSgxSymKey symKey)
FaasmSgxMsg *doSymDecrypt(FaasmSgxEncryptedMsg *encryptedMsg, FaasmSgxSymKey symKey)
static FaasmSgxEncryptedMsg *doAesGcmEncrypt(FaasmSgxMsg *decryptedMsg, FaasmSgxSymKey symKey)
static FaasmSgxMsg *doAesGcmDecrypt(FaasmSgxEncryptedMsg *encryptedMsg, FaasmSgxSymKey symKey)