Monero
Loading...
Searching...
No Matches
soft_aes.h File Reference
#include <stdint.h>
#include "intrin_portable.h"
Include dependency graph for soft_aes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

rx_vec_i128 soft_aesenc (rx_vec_i128 in, rx_vec_i128 key)
rx_vec_i128 soft_aesdec (rx_vec_i128 in, rx_vec_i128 key)
template<bool soft>
rx_vec_i128 aesenc (rx_vec_i128 in, rx_vec_i128 key)
template<bool soft>
rx_vec_i128 aesdec (rx_vec_i128 in, rx_vec_i128 key)

Function Documentation

◆ aesdec()

template<bool soft>
rx_vec_i128 aesdec ( rx_vec_i128 in,
rx_vec_i128 key )
inline

◆ aesenc()

template<bool soft>
rx_vec_i128 aesenc ( rx_vec_i128 in,
rx_vec_i128 key )
inline

◆ soft_aesdec()

rx_vec_i128 soft_aesdec ( rx_vec_i128 in,
rx_vec_i128 key )

◆ soft_aesenc()

rx_vec_i128 soft_aesenc ( rx_vec_i128 in,
rx_vec_i128 key )