Home
last modified time | relevance | path

Searched refs:toseq (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/doc/apps/
HDnseq.pod13 [B<-toseq>]
35 =item B<-toseq>
38 is the certificates contained in it. With the B<-toseq> option the
52 openssl nseq -in certs.pem -toseq -out nseq.pem
/freebsd-11-stable/crypto/openssl/apps/
HDnseq.c75 int toseq = 0; in MAIN() local
86 toseq = 1; in MAIN()
136 if (toseq) { in MAIN()
/freebsd-11-stable/sys/dev/uart/
HDuart_dev_quicc.c185 uint16_t toseq; in quicc_putc() local
191 toseq = 0x2000 | (c & 0xff); in quicc_putc()
192 quicc_write2(bas, QUICC_PRAM_SCC_UART_TOSEQ(unit), toseq); in quicc_putc()