Home
last modified time | relevance | path

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

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