Home
last modified time | relevance | path

Searched refs:pubKey (Results 1 – 4 of 4) sorted by relevance

/system/tpm/attestation/common/
Dtpm_utility_v1.cc643 ScopedByteArray scoped_key(parsed.pubKey.key); in ConvertPublicKeyToDER()
659 rsa.get()->n = BN_bin2bn(parsed.pubKey.key, parsed.pubKey.keyLength, nullptr); in ConvertPublicKeyToDER()
/system/security/keystore/
Dkey_store_service.h85 hidl_vec<uint8_t>* pubKey) override;
Dkey_store_service.cpp503 hidl_vec<uint8_t>* pubKey) { in get_pubkey() argument
511 if (pubKey) *pubKey = std::move(result.exportData); in get_pubkey()
/system/security/keystore/include/keystore/
DIKeystoreService.h167 get_pubkey(const String16& name, ::keystore::hidl_vec<uint8_t>* pubKey) = 0;