Searched refs:ASN1_STRING_TABLE (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | a_strnid.c | 15 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 D | tbl_standard.h | 28 static const ASN1_STRING_TABLE tbl_standard[] = {
|
/openssl-master/doc/man3/ |
A D | ASN1_STRING_TABLE_add.pod | 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 [all …]
|
/openssl-master/test/ |
A D | asn1_string_table_test.c | 20 const ASN1_STRING_TABLE *tmp = NULL; in test_string_tbl()
|
A D | asn1_internal_test.c | 37 const ASN1_STRING_TABLE *tmp; in test_tbl_standard()
|
/openssl-master/include/openssl/ |
A D | types.h | 67 typedef struct asn1_string_table_st ASN1_STRING_TABLE; typedef
|
A D | asn1.h.in | 209 generate_stack_macros("ASN1_STRING_TABLE"); 848 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
|
/openssl-master/util/ |
A D | indent.pro | 69 -T ASN1_STRING_TABLE
|
A D | other.syms | 28 ASN1_STRING_TABLE datatype
|
/openssl-master/ |
A D | CHANGES.md | 16460 * Modify the ASN1_STRING_TABLE stuff so it also uses bsearch and doesn't
|
Completed in 42 milliseconds