Home | History | Annotate | Download | only in tests

Lines Matching defs:exported

1572     // TODO(swillden): Verify that the exported key is actually usable to verify signatures.
1585 // TODO(swillden): Verify that the exported key is actually usable to verify signatures.
2123 string exported;
2124 ASSERT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &exported));
2126 const uint8_t* p = reinterpret_cast<const uint8_t*>(exported.data());
2128 d2i_PUBKEY(nullptr /* alloc new */, &p, exported.size()));