Lines Matching refs:ASN1_STRING_TABLE
5 ASN1_STRING_TABLE, ASN1_STRING_TABLE_add, ASN1_STRING_TABLE_get,
6 ASN1_STRING_TABLE_cleanup - ASN1_STRING_TABLE manipulation functions
12 typedef struct asn1_string_table_st ASN1_STRING_TABLE;
16 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
23 B<ASN1_STRING_TABLE> is a table which holds string information
28 ASN1_STRING_TABLE_add() adds a new B<ASN1_STRING_TABLE> item into the
31 If the item is already in the table, fields of B<ASN1_STRING_TABLE> are
34 a copy of the standard B<ASN1_STRING_TABLE> is created and updated with
37 ASN1_STRING_TABLE_get() searches for an B<ASN1_STRING_TABLE> item based
40 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
47 ASN1_STRING_TABLE_get() returns a valid B<ASN1_STRING_TABLE> structure