Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Da_strnid.c15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
16 static void st_free(ASN1_STRING_TABLE *tbl);
83 ASN1_STRING_TABLE *tbl; in ASN1_STRING_set_by_NID()
118 DECLARE_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
120 static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b) in table_cmp()
125 IMPLEMENT_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
130 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get()
151 ASN1_STRING_TABLE *tmp, *rv; in stable_get()
189 ASN1_STRING_TABLE *tmp; in ASN1_STRING_TABLE_add()
209 STACK_OF(ASN1_STRING_TABLE) *tmp; in ASN1_STRING_TABLE_cleanup()
[all …]
A Dtbl_standard.h28 static const ASN1_STRING_TABLE tbl_standard[] = {
/openssl-master/doc/man3/
A DASN1_STRING_TABLE_add.pod5 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
[all …]
/openssl-master/test/
A Dasn1_string_table_test.c20 const ASN1_STRING_TABLE *tmp = NULL; in test_string_tbl()
A Dasn1_internal_test.c37 const ASN1_STRING_TABLE *tmp; in test_tbl_standard()
/openssl-master/include/openssl/
A Dtypes.h67 typedef struct asn1_string_table_st ASN1_STRING_TABLE; typedef
A Dasn1.h.in209 generate_stack_macros("ASN1_STRING_TABLE");
848 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
/openssl-master/util/
A Dindent.pro69 -T ASN1_STRING_TABLE
A Dother.syms28 ASN1_STRING_TABLE datatype
/openssl-master/
A DCHANGES.md16460 * Modify the ASN1_STRING_TABLE stuff so it also uses bsearch and doesn't

Completed in 42 milliseconds