Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 8 of 8) sorted by relevance

/trusty/user/base/lib/hwbcc/common/
Dcommon.cpp48 const cppbor::Int* algorithm = cose_key->get(3)->asInt(); in validate_pub_key_ed25519() local
86 const cppbor::Int* algorithm = params->get(1)->asInt(); in validate_protected_params() local
/trusty/user/app/keymaster/
Dtrusty_keymaster_messages.h156 keymaster_algorithm_t algorithm; member
174 keymaster_algorithm_t algorithm; member
194 keymaster_algorithm_t algorithm; member
Dtrusty_keymaster_context.cpp154 keymaster_algorithm_t algorithm, in GetOperationFactory()
722 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
1087 keymaster_algorithm_t algorithm, in GetAttestationKey()
1129 keymaster_algorithm_t algorithm, in GetAttestationChain()
Dtrusty_keymaster.cpp83 keymaster_algorithm_t algorithm) { in keymaster_algorithm_to_key_slot()
/trusty/user/base/interface/hwbcc/include/interface/hwbcc/
Dhwbcc.h91 int16_t algorithm; member
/trusty/user/app/keymint/
Dipc_manager.rs334 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
339 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
346 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
353 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
/trusty/user/base/app/acvp/
Dacvp.cpp350 const bssl::Span<const uint8_t> algorithm = args[0]; in FindTrustyHandler() local
/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs101 algorithm: SigningAlgorithm, field