Home
last modified time | relevance | path

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

/system/security/keystore2/src/km_compat/
Dcertificate_test.cpp65 getCertificate(std::shared_ptr<IKeyMintDevice> device, const std::vector<KeyParameter>& keyParams) { in getCertificate() function
109 auto result = getCertificate(std::get<std::shared_ptr<IKeyMintDevice>>(device), keyParams); in TEST()
124 auto result = getCertificate(std::get<std::shared_ptr<IKeyMintDevice>>(device), keyParams); in TEST()
137 auto result = getCertificate(std::get<std::shared_ptr<IKeyMintDevice>>(device), keyParams); in TEST()
152 auto result = getCertificate(std::get<std::shared_ptr<IKeyMintDevice>>(device), keyParams); in TEST()
166 auto result = getCertificate(std::get<std::shared_ptr<IKeyMintDevice>>(device), keyParams); in TEST()
Dkm_compat.h153 getCertificate(const std::vector<KeyParameter>& keyParams, const std::vector<uint8_t>& keyBlob,
Dkm_compat.cpp500 auto cert = getCertificate(inKeyParams, out_creationResult->keyBlob); in generateKey()
559 auto cert = getCertificate(inKeyParams, out_creationResult->keyBlob); in importKey()
607 auto cert = getCertificate(params, out_creationResult->keyBlob, true /* isWrappedKey */); in importWrappedKey()
1267 KeyMintDevice::getCertificate(const std::vector<KeyParameter>& keyParams, in getCertificate() function in KeyMintDevice
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java858 X509Certificate selfSignedCert = (X509Certificate) ks.getCertificate(keyToSignAlias); in signPublicKeyWithPrivateKey()