Home
last modified time | relevance | path

Searched refs:unarmoured (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/
H A DTODO84 unarmoured static in packet-print.c and skipping in crypto.c
86 unarmoured static in packet-print.c and skipping in crypto.c
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c859 if (print->unarmoured && pkt->tag != PGP_PTAG_CT_UNARMOURED_TEXT) { in pgp_print_packet()
860 print->unarmoured = 0; in pgp_print_packet()
1398 if (!print->unarmoured) { in pgp_print_packet()
1400 print->unarmoured = 1; in pgp_print_packet()
H A Dreader.c312 uint8_t unarmoured[NETPGP_BUFSIZ]; member
508 content.u.unarmoured_text.data = dearmour->unarmoured; in flush()
529 dearmour->unarmoured[dearmour->unarmoredc++] = c; in unarmoured_read_char()
530 if (dearmour->unarmoredc == sizeof(dearmour->unarmoured)) { in unarmoured_read_char()
H A Dpacket.h68 unsigned unarmoured; member