Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h187 ErrMsgOr<bool> isCsrWithProperDiceChain(const std::vector<uint8_t>& csr);
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp269 auto result = isCsrWithProperDiceChain(csr); in TEST()
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp1084 ErrMsgOr<bool> isCsrWithProperDiceChain(const std::vector<uint8_t>& csr) { in isCsrWithProperDiceChain() function