Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 9 of 9) 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()
723 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
1106 keymaster_algorithm_t algorithm, in GetAttestationKey()
1148 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.rs335 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
340 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
347 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
354 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
/trusty/user/base/app/acvp/
Dacvp.cpp353 const bssl::Span<const uint8_t> algorithm = args[0]; in FindTrustyHandler() local
/trusty/user/base/lib/hwbcc/rust/src/
Dsrv.rs96 let algorithm = SigningAlgorithm::from_i16(sign_header.algorithm) in deserialize_signing_msg() localVariable
Dlib.rs141 algorithm: SigningAlgorithm, field