/aosp_15_r20/external/tink/cc/subtle/ |
H A D | common_enums_test.cc | 28 EXPECT_EQ("NIST_P256", EnumToString(EllipticCurveType::NIST_P256)); in TEST_F() 29 EXPECT_EQ("NIST_P384", EnumToString(EllipticCurveType::NIST_P384)); in TEST_F() 30 EXPECT_EQ("NIST_P521", EnumToString(EllipticCurveType::NIST_P521)); in TEST_F() 31 EXPECT_EQ("UNKNOWN_CURVE", EnumToString(EllipticCurveType::UNKNOWN_CURVE)); in TEST_F() 32 EXPECT_EQ("UNKNOWN_CURVE: 42", EnumToString((EllipticCurveType)42)); in TEST_F() 36 EXPECT_EQ("SHA1", EnumToString(HashType::SHA1)); in TEST_F() 37 EXPECT_EQ("SHA224", EnumToString(HashType::SHA224)); in TEST_F() 38 EXPECT_EQ("SHA256", EnumToString(HashType::SHA256)); in TEST_F() 39 EXPECT_EQ("SHA384", EnumToString(HashType::SHA384)); in TEST_F() 40 EXPECT_EQ("SHA512", EnumToString(HashType::SHA512)); in TEST_F() [all …]
|
H A D | common_enums.h | 59 std::string EnumToString(EllipticCurveType type); 60 std::string EnumToString(EcPointFormat format); 61 std::string EnumToString(HashType type);
|
H A D | common_enums.cc | 27 std::string EnumToString(EllipticCurveType type) { in EnumToString() function 44 std::string EnumToString(EcPointFormat format) { in EnumToString() function 59 std::string EnumToString(HashType type) { in EnumToString() function
|
H A D | aes_ctr_hmac_streaming_test.cc | 74 EnumToString(hkdf_algo), ", key_size = ", key_size, in TEST() 77 ", tag_algo = ", EnumToString(tag_algo), in TEST() 182 EnumToString(hkdf_algo), ", key_size = ", key_size, in TEST() 185 ", tag_algo = ", EnumToString(tag_algo), in TEST() 399 EnumToString(hkdf_algo), ", key_size = ", key_size, in TEST() 402 ", tag_algo = ", EnumToString(tag_algo), ", tag_size = ", in TEST()
|
H A D | aes_gcm_hkdf_stream_segment_decrypter_test.cc | 66 "hkdf_hash = ", EnumToString(hkdf_hash), in TEST() 158 ", hkdf_hash = ", EnumToString(hkdf_hash), in TEST() 183 ", hkdf_hash = ", EnumToString(hkdf_hash), in TEST() 209 ", hkdf_hash = ", EnumToString(hkdf_hash), in TEST()
|
H A D | aes_gcm_hkdf_streaming_test.cc | 59 "hkdf_hash = ", EnumToString(hkdf_hash), in TEST()
|
H A D | pem_parser_boringssl.cc | 105 EnumToString(subtle_ec_key.curve))); in EcKeyToSslEcPublicKey()
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | enum_test.cc | 58 constexpr const char* log_value = ::pw::tokenizer::EnumToString(kBravo); in TEST() 64 ::pw::tokenizer::EnumToString(::this_is_a_test::ScopedThing::kLima); in TEST() 70 ::pw::tokenizer::EnumToString(::this_is_a_test::ScopedThing2::kLima); in TEST() 78 ::pw::tokenizer::EnumToString(kOscar); in TokenizeUnknownValue() 94 ::pw::tokenizer::EnumToString(static_cast<Thing>(-100))); in TEST() 108 ::pw::tokenizer::EnumToString(::this_is_a_test::NamespaceThing::kHotel); in TokenizeInDifferentNamespace()
|
H A D | api.rst | 37 .. doxygenfunction:: pw::tokenizer::EnumToString
|
H A D | tokenization.rst | 293 :cpp:func:`pw::tokenizer::EnumToString`. 297 :cpp:func:`pw::tokenizer::EnumToString` function and avoid compiler errors.
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | md_util.cc | 52 absl::StrCat("Unsupported hash ", subtle::EnumToString(hash_type))); in EvpHashFromHashType() 66 absl::StrCat("Hash function ", subtle::EnumToString(sig_hash), in IsHashTypeSafeForSignature()
|
H A D | ec_util.cc | 112 absl::StrCat("Invalid format ", subtle::EnumToString(format))); in SslGetEcPointFromEncoded() 335 EnumToString(curve_type))); in EcPointEncodingSizeInBytes() 348 EnumToString(point_format))); in EcPointEncodingSizeInBytes() 698 subtle::EnumToString(curve))); in ComputeEcdhSharedSecret() 713 subtle::EnumToString(curve))); in ComputeEcdhSharedSecret()
|
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/ |
H A D | tokenized_args.h | 66 #define PW_LOG_ENUM(enumerator) ::pw::tokenizer::EnumToString(enumerator)
|
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
H A D | enum.h | 39 constexpr const char* EnumToString(T value) { in EnumToString() function
|
/aosp_15_r20/external/perfetto/src/protozero/test/ |
H A D | protozero_conformance_unittest.cc | 310 TEST(ProtoZeroConformanceTest, EnumToString) { in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A D | codegen_encoder_test.cc | 594 TEST(Codegen, EnumToString) { in TEST() argument
|
H A D | docs.rst | 2040 .. cpp:function:: constexpr const char* MyProto::EnumToString(MyProto::Enum value)
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_native_aidl_client.cpp | 309 TEST_P(NdkBinderTest_Aidl, EnumToString) { in TEST_P() argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 836 const char *EnumToString(GLenum e) in EnumToString() function in gl4cts::__anonf7c7fa4f0111::ShaderImageLoadStoreBase 4055 … << ". Target is: " << EnumToString(targets[i]) << ". Stage is: " << StageName(m_stage) in Write() 4086 … << ". Target is: " << EnumToString(targets[i]) << ". Stage is: " << StageName(m_stage) in Write()
|
H A D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 622 const char *EnumToString(GLenum e) in EnumToString() function in gl4cts::es31compatibility::__anonb87473050111::ShaderImageLoadStoreBase
|
/aosp_15_r20/external/perfetto/ |
H A D | CHANGELOG | 666 * Added protozero::EnumToString() to convert enum keys to string literals.
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageLoadStoreTests.cpp | 608 const char *EnumToString(GLenum e) in EnumToString() function in glcts::__anon16080c800111::ShaderImageLoadStoreBase
|