liboqs
Loading...
Searching...
No Matches
aes_ops.h File Reference

Header defining the callback API for OQS AES. More...

#include <stdint.h>
#include <stdlib.h>
#include <oqs/common.h>

Go to the source code of this file.

Data Structures

struct  OQS_AES_callbacks
 

Functions

OQS_API void OQS_AES_set_callbacks (struct OQS_AES_callbacks *new_callbacks)
 

Detailed Description

Header defining the callback API for OQS AES.

SPDX-License-Identifier: MIT

Function Documentation

◆ OQS_AES_set_callbacks()

OQS_API void OQS_AES_set_callbacks ( struct OQS_AES_callbacks * new_callbacks)

Set callback functions for AES operations.

This function may be called before OQS_init to switch the cryptographic provider for AES operations. If it is not called, the default provider determined at build time will be used.

Parameters
[in]new_callbacksCallback functions defined in OQS_AES_callbacks