Home
last modified time | relevance | path

Searched refs:CORRECT_E (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Drsa_common_param_spec.cpp70 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 Dcrypto_rsa_cipher_sub_test.cpp67 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable
141 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
H A Dcrypto_rsa_asy_key_generator_by_spec_cov_test.cpp74 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable
148 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
H A Dcrypto_rsa_verify_test.cpp67 constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable
138 RemoveLastChar(CORRECT_E, dataE, RSA_2048_E_BYTE_SIZE); in GenerateRsa2048CorrectKeyPairSpec()
H A Dcrypto_rsa_sign_test.cpp66 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 Dcrypto_rsa_cipher_test.cpp67 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 Drsa_common_param_spec.h135 static constexpr unsigned char CORRECT_E[] = "\x01\x00\x01"; variable
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp406 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()