Searched refs:SM4_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | sm4_internal_test.c | 24 static const uint8_t k[SM4_BLOCK_SIZE] = { in test_sm4_ecb() 29 static const uint8_t input[SM4_BLOCK_SIZE] = { in test_sm4_ecb() 38 static const uint8_t expected[SM4_BLOCK_SIZE] = { in test_sm4_ecb() 48 static const uint8_t expected_iter[SM4_BLOCK_SIZE] = { in test_sm4_ecb() 55 uint8_t block[SM4_BLOCK_SIZE]; in test_sm4_ecb() 58 memcpy(block, input, SM4_BLOCK_SIZE); in test_sm4_ecb() 61 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected, SM4_BLOCK_SIZE)) in test_sm4_ecb() 67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE)) in test_sm4_ecb() 73 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, input, SM4_BLOCK_SIZE)) in test_sm4_ecb()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | sm4.h | 24 # define SM4_BLOCK_SIZE 16 macro
|
/third_party/openssl/include/crypto/ |
D | sm4.h | 25 # define SM4_BLOCK_SIZE 16 macro
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | sm4.h | 25 # define SM4_BLOCK_SIZE 16 macro
|