Lines Matching +full:per +full:- +full:string
6 - ASN1_STRING output routines
21 represent all the ASN1 string types.
31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
57 B<ASN1_STRFLGS_ESC_QUOTE> is set then the whole string is instead surrounded by
66 If B<ASN1_STRFLGS_IGNORE_TYPE> is set then the string type is not interpreted at
67 all: everything is assumed to be one byte per character. This is primarily for
70 If B<ASN1_STRFLGS_SHOW_TYPE> is set then the string type itself is printed out
73 The content of a string instead of being interpreted can be "dumped": this just
74 outputs the value of the string using the form #XXXX using hex format for each
79 Normally non character string types (such as OCTET STRING) are assumed to be
80 one byte per character, if B<ASN1_STRFLGS_DUMP_UNKNOWN> is set then they will
95 characters written or -1 if an error occurred.
99 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
108 Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.