Lines Matching defs:other
259 self.other("serverAuth")
264 self.other("clientAuth")
269 self.other("codeSigning")
274 self.other("emailProtection")
279 self.other("timeStamping")
284 self.other("msCodeInd")
289 self.other("msCodeCom")
294 self.other("msCTLSign")
299 self.other("msSGC")
304 self.other("msEFS")
309 self.other("nsSGC")
313 pub fn other(&mut self, other: &str) -> &mut ExtendedKeyUsage {
314 self.items.push(other.to_string());