Searched refs:ASN1_STRING_TABLE (Results 1 – 4 of 4) sorted by relevance
67 DEFINE_STACK_OF(ASN1_STRING_TABLE)69 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;70 static void st_free(ASN1_STRING_TABLE *tbl);132 ASN1_STRING_TABLE *tbl; in ASN1_STRING_set_by_NID()172 static const ASN1_STRING_TABLE tbl_standard[] = {197 static int sk_table_cmp(const ASN1_STRING_TABLE **a, in sk_table_cmp()198 const ASN1_STRING_TABLE **b) in sk_table_cmp()205 const ASN1_STRING_TABLE *a = in_a; in table_cmp()206 const ASN1_STRING_TABLE *b = in_b; in table_cmp()210 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid) in ASN1_STRING_TABLE_get()[all …]
237 } ASN1_STRING_TABLE; typedef783 OPENSSL_EXPORT ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
166 ASN1_STRING_TABLE = asn1_string_table_st variable