Searched refs:into_cose_sign1 (Results 1 – 3 of 3) sorted by relevance
108 FieldValue::from_optional_value("SignedMac", array.pop()).into_cose_sign1()?, in from_cbor_bytes()
93 FieldValue::from_optional_value("SignedData", csr.pop()).into_cose_sign1()?; in v3_from_authenticated_request()
122 pub fn into_cose_sign1(self) -> Result<CoseSign1, FieldValueError> { in into_cose_sign1() method