Home
last modified time | relevance | path

Searched refs:endpointEncCertChain (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/keymint/KM200/
DJavacardRemotelyProvisionedComponentDevice.h50 const std::vector<uint8_t>& endpointEncCertChain,
63 ScopedAStatus updateEEK(const std::vector<uint8_t>& endpointEncCertChain);
DJavacardRemotelyProvisionedComponentDevice.cpp199 const std::vector<uint8_t>& endpointEncCertChain) { in updateEEK() argument
200 std::vector<uint8_t> eekChain = endpointEncCertChain; in updateEEK()
257 const std::vector<uint8_t>& endpointEncCertChain, in generateCertificateRequest() argument
275 ret = updateEEK(endpointEncCertChain); in generateCertificateRequest()
/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.h69 const std::vector<uint8_t>& endpointEncCertChain,