Home
last modified time | relevance | path

Searched defs:supportedEekCurve (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp190 ErrMsgOr<std::tuple<bytevec, bytevec>> generateKeyPair(int32_t supportedEekCurve, bool isEek) { in generateKeyPair()
204 ErrMsgOr<bytevec> constructCoseKey(int32_t supportedEekCurve, const bytevec& eekId, in constructCoseKey()
249 ErrMsgOr<cppbor::Array> constructCoseSign1(int32_t supportedEekCurve, const bytevec& key, in constructCoseSign1()
258 ErrMsgOr<EekChain> generateEekChain(int32_t supportedEekCurve, size_t length, in generateEekChain()
310 bytevec getProdEekChain(int32_t supportedEekCurve) { in getProdEekChain()
624 const EekChain& eekChain, int32_t supportedEekCurve) { in getSessionKey()
638 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyProtectedData()
738 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyFactoryProtectedData()
748 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyProductionProtectedData()
/hardware/nxp/keymint/KM200/
DJavacardRemotelyProvisionedComponentDevice.cpp109 uint32_t supportedEekCurve; in getHardwareInfo() local