Home
last modified time | relevance | path

Searched refs:ExportPublicKeyInfo (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Drsa_private_key.h59 bool ExportPublicKeyInfo(std::vector<uint8_t>* output);
Drsa_private_key.cc90 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8_t>* output) { in ExportPublicKeyInfo() function in crypto::PrivateKeyInfoCodec