Searched defs:CoseRecipient (Results 1 – 2 of 2) sorted by relevance
42 pub struct CoseRecipient { struct46 pub recipients: Vec<CoseRecipient>, argument49 impl crate::CborSerializable for CoseRecipient {} implementation51 impl AsCborValue for CoseRecipient { implementation97 impl CoseRecipient { implementation
174 fn match_recipient(recipients: &Vec<CoseRecipient>) -> Result<(CoseRecipient, PKey<Private>)> { in match_recipient()