Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java214 when(defaultMock.generateCertificateRequestV2(any(), any())) in csr_hwVersion3_withoutChallenge()
220 verify(defaultMock).generateCertificateRequestV2(new MacedPublicKey[0], new byte[0]); in csr_hwVersion3_withoutChallenge()
232 when(defaultMock.generateCertificateRequestV2(any(), any())) in csr_hwVersion3_withChallenge()
238 verify(defaultMock).generateCertificateRequestV2( in csr_hwVersion3_withChallenge()
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h49 ScopedAStatus generateCertificateRequestV2(const std::vector<MacedPublicKey>& keysToSign,
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp132 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::generateCertificateRequestV2( in generateCertificateRequestV2() function in aidl::android::hardware::security::keymint::trusty::TrustyRemotelyProvisionedComponentDevice
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommand.java178 csrBytes = binder.generateCertificateRequestV2(emptyKeys, challenge); in csr()