Lines Matching defs:got
100 let got = sig.clone().to_vec().unwrap(); in test_cose_signature_encode() localVariable
103 let mut got = CoseSignature::from_slice(&got).unwrap(); in test_cose_signature_encode() localVariable
121 let mut got = CoseSignature::from_slice(&sig_data).unwrap(); in test_cose_signature_decode_noncanonical() localVariable
379 let got = sign.clone().to_vec().unwrap(); in test_cose_sign_encode() localVariable
382 let mut got = CoseSign::from_slice(&got).unwrap(); in test_cose_sign_encode() localVariable
390 let got = sign.clone().to_tagged_vec().unwrap(); in test_cose_sign_encode() localVariable
394 let mut got = CoseSign::from_tagged_slice(&got).unwrap(); in test_cose_sign_encode() localVariable
747 let got = sign.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_sign_decode() localVariable
756 let mut got = CoseSign::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_sign_decode() localVariable
836 let got = sign.clone().to_vec().unwrap(); in test_cose_sign1_encode() localVariable
839 let mut got = CoseSign1::from_slice(&got).unwrap(); in test_cose_sign1_encode() localVariable
844 let got = sign.clone().to_tagged_vec().unwrap(); in test_cose_sign1_encode() localVariable
848 let mut got = CoseSign1::from_tagged_slice(&got).unwrap(); in test_cose_sign1_encode() localVariable
976 let mut got = CoseSign1::from_slice(&data).unwrap(); in test_cose_sign1_decode_noncanonical() localVariable
983 let mut got = CoseSign1::from_tagged_slice(&tagged_data).unwrap(); in test_cose_sign1_decode_noncanonical() localVariable
1097 let got = sign.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_sign1_decode() localVariable
1100 let mut got = CoseSign1::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_sign1_decode() localVariable
1770 let got = hex::encode(sig_structure_data( in test_sig_structure_data() localVariable