Home
last modified time | relevance | path

Searched defs:ExportPublicKey (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Drsa_private_key.cc98 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8_t>* output) const { in ExportPublicKey() function in crypto::RSAPrivateKey
/external/openscreen/util/crypto/
Drsa_private_key.cc110 ErrorOr<std::vector<uint8_t>> RSAPrivateKey::ExportPublicKey() const { in ExportPublicKey() function in openscreen::RSAPrivateKey