Searched refs:expected_csr_payload (Results 1 – 2 of 2) sorted by relevance
32 let expected_csr_payload = csr_payload.clone(); in csr_payload_cbor_serialization() localVariable36 assert_eq!(expected_csr_payload, deserialized_csr_payload); in csr_payload_cbor_serialization()
179 let expected_csr_payload = CsrPayload { challenge: CHALLENGE.to_vec(), public_key }; in csr_and_private_key_have_correct_format() localVariable180 assert_eq!(expected_csr_payload, csr_payload); in csr_and_private_key_have_correct_format()