Searched refs:encoded_data (Results 1 – 4 of 4) sorted by relevance
79 let mut encoded_data = Vec::<u8>::new(); in subject_public_key() localVariable81 .encode_to_vec(&mut encoded_data) in subject_public_key()83 Ok(encoded_data) in subject_public_key()
39 bool PresenceDecoderV1::Decode(const ByteArray &encoded_data, in Decode() argument58 uint8_t *const data = encoded_data.data; in Decode()59 const size_t data_size = encoded_data.length; in Decode()
79 bool Decode(const ByteArray &encoded_data, const Crypto &crypto,
210 let mut encoded_data = Vec::<u8>::new(); in asn1_der_encode() localVariable211 obj.encode_to_vec(&mut encoded_data)?; in asn1_der_encode()212 Ok(encoded_data) in asn1_der_encode()