Searched refs:endpointEncCertChain (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/core/trusty/keymaster/keymint/ |
H A D | TrustyRemotelyProvisionedComponentDevice.cpp | 97 const bytevec& endpointEncCertChain, const bytevec& challenge, DeviceInfo* deviceInfo, in generateCertificateRequest() argument 106 request.SetEndpointEncCertChain(endpointEncCertChain.data(), endpointEncCertChain.size()); in generateCertificateRequest()
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidRemotelyProvisionedComponentDevice.cpp | 108 bool testMode, const vector<MacedPublicKey>& keysToSign, const bytevec& endpointEncCertChain, in generateCertificateRequest() argument 118 request.SetEndpointEncCertChain(endpointEncCertChain.data(), endpointEncCertChain.size()); in generateCertificateRequest()
|
/aosp12/system/keymaster/ng/include/ |
H A D | AndroidRemotelyProvisionedComponentDevice.h | 44 const std::vector<uint8_t>& endpointEncCertChain,
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyRemotelyProvisionedComponentDevice.h | 44 const std::vector<uint8_t>& endpointEncCertChain,
|