Home
last modified time | relevance | path

Searched refs:SM4_S (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sm4/
H A Dsm4.c15 static const uint8_t SM4_S[256] = { variable
113 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 24)]) << 24; in SM4_T_slow()
114 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 16)]) << 16; in SM4_T_slow()
115 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 8)]) << 8; in SM4_T_slow()
116 t |= SM4_S[(uint8_t)X]; in SM4_T_slow()
166 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 24)]) << 24; in ossl_sm4_set_key()
167 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 16)]) << 16; in ossl_sm4_set_key()
168 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 8)]) << 8; in ossl_sm4_set_key()
169 t |= SM4_S[(uint8_t)X]; in ossl_sm4_set_key()
/third_party/openssl/crypto/sm4/
H A Dsm4.c15 static const uint8_t SM4_S[256] = { variable
113 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 24)]) << 24; in SM4_T_slow()
114 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 16)]) << 16; in SM4_T_slow()
115 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 8)]) << 8; in SM4_T_slow()
116 t |= SM4_S[(uint8_t)X]; in SM4_T_slow()
166 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 24)]) << 24; in ossl_sm4_set_key()
167 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 16)]) << 16; in ossl_sm4_set_key()
168 t |= ((uint32_t)SM4_S[(uint8_t)(X >> 8)]) << 8; in ossl_sm4_set_key()
169 t |= SM4_S[(uint8_t)X]; in ossl_sm4_set_key()

Completed in 2 milliseconds