Searched refs:getCertificate (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/km_compat/ |
D | certificate_test.cpp | 65 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()
|
D | km_compat.h | 153 getCertificate(const std::vector<KeyParameter>& keyParams, const std::vector<uint8_t>& keyBlob,
|
D | km_compat.cpp | 500 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/ |
D | Util.java | 858 X509Certificate selfSignedCert = (X509Certificate) ks.getCertificate(keyToSignAlias); in signPublicKeyWithPrivateKey()
|