Searched refs:RSA_4096_E_BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
67 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};82 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};99 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};117 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};135 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};153 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};170 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};192 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};214 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};237 unsigned char dataE[RSA_4096_E_BYTE_SIZE] = {0};[all …]
325 RemoveLastChar(CORRECT_E, dataE, RSA_4096_E_BYTE_SIZE); in GenerateRsa4096CorrectPubKeySpec()328 EndianSwap(dataE, 0, RSA_4096_E_BYTE_SIZE); in GenerateRsa4096CorrectPubKeySpec()331 returnPubSpec->pk.len = RSA_4096_E_BYTE_SIZE; in GenerateRsa4096CorrectPubKeySpec()341 RemoveLastChar(CORRECT_E, dataE, RSA_4096_E_BYTE_SIZE); in GenerateRsa4096CorrectKeyPairSpec()345 EndianSwap(dataE, 0, RSA_4096_E_BYTE_SIZE); in GenerateRsa4096CorrectKeyPairSpec()349 returnPairSpec->pk.len = RSA_4096_E_BYTE_SIZE; in GenerateRsa4096CorrectKeyPairSpec()
52 static constexpr uint32_t RSA_4096_E_BYTE_SIZE = 3; variable