Searched defs:supportedEekCurve (Results 1 – 1 of 1) sorted by relevance
| /hardware/interfaces/security/keymint/support/ |
| D | remote_prov_utils.cpp | 189 ErrMsgOr<std::tuple<bytevec, bytevec>> generateKeyPair(int32_t supportedEekCurve, bool isEek) { in generateKeyPair() 203 ErrMsgOr<bytevec> constructCoseKey(int32_t supportedEekCurve, const bytevec& eekId, in constructCoseKey() 248 ErrMsgOr<cppbor::Array> constructCoseSign1(int32_t supportedEekCurve, const bytevec& key, in constructCoseSign1() 257 ErrMsgOr<EekChain> generateEekChain(int32_t supportedEekCurve, size_t length, in generateEekChain() 309 bytevec getProdEekChain(int32_t supportedEekCurve) { in getProdEekChain() 580 const EekChain& eekChain, int32_t supportedEekCurve) { in getSessionKey() 594 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyProtectedData() 694 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyFactoryProtectedData() 704 const EekChain& eekChain, const std::vector<uint8_t>& eekId, int32_t supportedEekCurve, in verifyProductionProtectedData()
|