Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Da_mbstr.c77 static int is_printable(unsigned long value);
352 if ((types & B_ASN1_PRINTABLESTRING) && !is_printable(value)) in type_str()
429 is_printable(unsigned long value) in is_printable() function