Searched refs:SM4_T_slow (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/sm4/ |
H A D | sm4.c | 256 static ossl_inline uint32_t SM4_T_slow(uint32_t X) in SM4_T_slow() function 345 SM4_RNDS( 0, 1, 2, 3, SM4_T_slow); in ossl_sm4_encrypt() 352 SM4_RNDS(28, 29, 30, 31, SM4_T_slow); in ossl_sm4_encrypt() 367 SM4_RNDS(31, 30, 29, 28, SM4_T_slow); in ossl_sm4_decrypt() 374 SM4_RNDS( 3, 2, 1, 0, SM4_T_slow); in ossl_sm4_decrypt()
|
Completed in 6 milliseconds