Searched refs:get_cose_sign_algorithm (Results 1 – 9 of 9) sorted by relevance
111 fn get_cose_sign_algorithm(&self) -> Result<iana::Algorithm, AgError> { in get_cose_sign_algorithm() method
117 fn get_cose_sign_algorithm(&self) -> Result<iana::Algorithm, Error> { in get_cose_sign_algorithm() method
89 conn_req.sign(&self.sign_key, &*self.ecdsa, self.sign_key.get_cose_sign_algorithm()) in sign_connection_request()
168 fn get_cose_sign_algorithm(&self) -> Result<Algorithm, Error>; in get_cose_sign_algorithm() method
198 pub fn get_cose_sign_algorithm(&self) -> iana::Algorithm { in get_cose_sign_algorithm() method262 pub fn get_cose_sign_algorithm(&self) -> iana::Algorithm { in get_cose_sign_algorithm() method
503 HeaderBuilder::new().algorithm(self.device.borrow().get_cose_sign_algorithm()?).build(); in compute_sign_session_id()
290 let signing_algorithm = verify_key.get_cose_sign_algorithm(); in test_sign_verify_connection_request()
392 fn get_cose_sign_algorithm(&self) -> Result<iana::Algorithm, Error> { in get_cose_sign_algorithm() method
862 HeaderBuilder::new().algorithm(verify_key.get_cose_sign_algorithm()).build(); in validate_identity()