Searched refs:pubKey (Results 1 – 4 of 4) sorted by relevance
643 ScopedByteArray scoped_key(parsed.pubKey.key); in ConvertPublicKeyToDER()659 rsa.get()->n = BN_bin2bn(parsed.pubKey.key, parsed.pubKey.keyLength, nullptr); in ConvertPublicKeyToDER()
85 hidl_vec<uint8_t>* pubKey) override;
503 hidl_vec<uint8_t>* pubKey) { in get_pubkey() argument511 if (pubKey) *pubKey = std::move(result.exportData); in get_pubkey()
167 get_pubkey(const String16& name, ::keystore::hidl_vec<uint8_t>* pubKey) = 0;