Searched refs:RSA_3072_E_BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
67 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};82 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};99 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};117 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};135 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};153 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};170 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};192 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};214 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};237 unsigned char dataE[RSA_3072_E_BYTE_SIZE] = {0};[all …]
274 RemoveLastChar(CORRECT_E, dataE, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectPubKeySpec()277 EndianSwap(dataE, 0, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectPubKeySpec()280 returnPubSpec->pk.len = RSA_3072_E_BYTE_SIZE; in GenerateRsa3072CorrectPubKeySpec()290 RemoveLastChar(CORRECT_E, dataE, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectKeyPairSpec()294 EndianSwap(dataE, 0, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectKeyPairSpec()298 returnPairSpec->pk.len = RSA_3072_E_BYTE_SIZE; in GenerateRsa3072CorrectKeyPairSpec()
48 static constexpr uint32_t RSA_3072_E_BYTE_SIZE = 3; variable