Searched defs:ExportPublicKey (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/crypto/ | ||
D | rsa_private_key.cc | 98 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8_t>* output) const { in ExportPublicKey() function in crypto::RSAPrivateKey |
/external/openscreen/util/crypto/ | ||
D | rsa_private_key.cc | 110 ErrorOr<std::vector<uint8_t>> RSAPrivateKey::ExportPublicKey() const { in ExportPublicKey() function in openscreen::RSAPrivateKey |