#include <gtest/gtest.h>
#include <openssl/cpu.h>
#include <openssl/hrss.h>
#include <openssl/rand.h>
#include "../test/abi_test.h"
#include "../test/test_util.h"
#include "internal.h"
Go to the source code of this file.
◆ poly3_rand()
  
  | 
        
          | static void poly3_rand | ( | poly3 * | p | ) |  |  | static | 
 
 
◆ poly3_word_add()
  
  | 
        
          | static void poly3_word_add | ( | crypto_word_t * | s1, |  
          |  |  | crypto_word_t * | a1, |  
          |  |  | const crypto_word_t | s2, |  
          |  |  | const crypto_word_t | a2 |  
          |  | ) |  |  |  | static | 
 
 
◆ TEST() [1/5]
◆ TEST() [2/5]
◆ TEST() [3/5]
      
        
          | TEST | ( | HRSS | , | 
        
          |  |  | Poly3Invert |  | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST() [4/5]
      
        
          | TEST | ( | HRSS | , | 
        
          |  |  | Poly3UnreducedInput |  | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST() [5/5]