Searched refs:RSA_1024_E_BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
68 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};83 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};100 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};118 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};136 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};154 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};171 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};193 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};215 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};238 unsigned char dataE[RSA_1024_E_BYTE_SIZE] = {0};[all …]
172 RemoveLastChar(CORRECT_E, dataE, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectPubKeySpec()175 EndianSwap(dataE, 0, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectPubKeySpec()178 returnPubSpec->pk.len = RSA_1024_E_BYTE_SIZE; in GenerateRsa1024CorrectPubKeySpec()188 RemoveLastChar(CORRECT_E, dataE, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectKeyPairSpec()192 EndianSwap(dataE, 0, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectKeyPairSpec()196 returnPairSpec->pk.len = RSA_1024_E_BYTE_SIZE; in GenerateRsa1024CorrectKeyPairSpec()
40 static constexpr uint32_t RSA_1024_E_BYTE_SIZE = 3; variable