Searched refs:cert_serial (Results 1 – 3 of 3) sorted by relevance
349 pub fn cert_serial(mut self, b: Vec<u8>) -> Self { in cert_serial() method
78 let cert_serial = tag::get_cert_serial(params)?; in tbs_certificate() localVariable148 serial_number: SerialNumber::new(cert_serial) in tbs_certificate()149 .map_err(|e| der_err!(e, "failed to build serial number for {:?}", cert_serial))?, in tbs_certificate()
975 .cert_serial(serial.to_vec()); in keystore2_gen_key_auth_serial_number_subject_test_success()