Searched defs:algorithm (Results 1 – 9 of 9) sorted by relevance
48 const cppbor::Int* algorithm = cose_key->get(3)->asInt(); in validate_pub_key_ed25519() local86 const cppbor::Int* algorithm = params->get(1)->asInt(); in validate_protected_params() local
156 keymaster_algorithm_t algorithm; member174 keymaster_algorithm_t algorithm; member194 keymaster_algorithm_t algorithm; member
154 keymaster_algorithm_t algorithm, in GetOperationFactory()723 keymaster_algorithm_t algorithm; in ParseKeyBlob() local1106 keymaster_algorithm_t algorithm, in GetAttestationKey()1148 keymaster_algorithm_t algorithm, in GetAttestationChain()
83 keymaster_algorithm_t algorithm) { in keymaster_algorithm_to_key_slot()
91 int16_t algorithm; member
335 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable340 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable347 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable354 let algorithm = keymaster_algorithm_to_signing_algorithm(req.algorithm)?; in handle_message() localVariable
353 const bssl::Span<const uint8_t> algorithm = args[0]; in FindTrustyHandler() local
96 let algorithm = SigningAlgorithm::from_i16(sign_header.algorithm) in deserialize_signing_msg() localVariable
141 algorithm: SigningAlgorithm, field