Searched refs:CORRECT_E (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | rsa_common_param_spec.cpp | 70 RemoveLastChar(CORRECT_E, dataE, RSA_512_E_BYTE_SIZE); in GenerateRsa512CorrectPubKeySpec() 86 RemoveLastChar(CORRECT_E, dataE, RSA_512_E_BYTE_SIZE); in GenerateRsa512CorrectKeyPairSpec() 121 RemoveLastChar(CORRECT_E, dataE, RSA_768_E_BYTE_SIZE); in GenerateRsa768CorrectPubKeySpec() 137 RemoveLastChar(CORRECT_E, dataE, RSA_768_E_BYTE_SIZE); in GenerateRsa768CorrectKeyPairSpec() 172 RemoveLastChar(CORRECT_E, dataE, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectPubKeySpec() 188 RemoveLastChar(CORRECT_E, dataE, RSA_1024_E_BYTE_SIZE); in GenerateRsa1024CorrectKeyPairSpec() 223 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectPubKeySpec() 239 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec() 274 RemoveLastChar(CORRECT_E, dataE, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectPubKeySpec() 290 RemoveLastChar(CORRECT_E, dataE, RSA_3072_E_BYTE_SIZE); in GenerateRsa3072CorrectKeyPairSpec() [all …]
|
H A D | crypto_rsa_cipher_sub_test.cpp | 67 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 141 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|
H A D | crypto_rsa_asy_key_generator_by_spec_cov_test.cpp | 74 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 148 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|
H A D | crypto_rsa_verify_test.cpp | 67 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 138 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|
H A D | crypto_rsa_sign_test.cpp | 66 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 136 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectPubKeySpec() 152 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|
H A D | crypto_rsa_cipher_test.cpp | 67 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 134 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | rsa_common_param_spec.h | 135 static constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 406 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable 468 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectPubKeySpec() 483 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
|