Searched refs:ExportPublicKeyInfo (Results 1 – 3 of 3) sorted by relevance
55 bool ExportPublicKeyInfo(std::vector<uint8>* output);
145 private_key_info.ExportPublicKeyInfo(output)); in ExportPublicKey()
197 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) { in ExportPublicKeyInfo() function in base::PrivateKeyInfoCodec