Searched refs:ASN1_STRING_TABLE (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 16 static void st_free(ASN1_STRING_TABLE *tbl); 17 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a, 18 const ASN1_STRING_TABLE *const *b); 83 ASN1_STRING_TABLE *tbl; in ASN1_STRING_set_by_NID() 112 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a, in sk_table_cmp() 113 const ASN1_STRING_TABLE *const *b) in sk_table_cmp() 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); [all …]
|
H A D | tbl_standard.h | 28 static const ASN1_STRING_TABLE tbl_standard[] = {
|
/freebsd/crypto/openssl/doc/man3/ |
H 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 …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 231 SKM_DEFINE_STACK_OF_INTERNAL(ASN1_STRING_TABLE, ASN1_STRING_TABLE, ASN1_STRING_TABLE) 233 #define sk_ASN1_STRING_TABLE_value(sk, idx) ((ASN1_STRING_TABLE *)OPENSSL_sk_value(ossl_check_const… 234 #define sk_ASN1_STRING_TABLE_new(cmp) ((STACK_OF(ASN1_STRING_TABLE) *)OPENSSL_sk_new(ossl_check_ASN… 235 #define sk_ASN1_STRING_TABLE_new_null() ((STACK_OF(ASN1_STRING_TABLE) *)OPENSSL_sk_new_null()) 236 #define sk_ASN1_STRING_TABLE_new_reserve(cmp, n) ((STACK_OF(ASN1_STRING_TABLE) *)OPENSSL_sk_new_res… 240 #define sk_ASN1_STRING_TABLE_delete(sk, i) ((ASN1_STRING_TABLE *)OPENSSL_sk_delete(ossl_check_ASN1_… 241 #define sk_ASN1_STRING_TABLE_delete_ptr(sk, ptr) ((ASN1_STRING_TABLE *)OPENSSL_sk_delete_ptr(ossl_c… 244 #define sk_ASN1_STRING_TABLE_pop(sk) ((ASN1_STRING_TABLE *)OPENSSL_sk_pop(ossl_check_ASN1_STRING_TA… 245 #define sk_ASN1_STRING_TABLE_shift(sk) ((ASN1_STRING_TABLE *)OPENSSL_sk_shift(ossl_check_ASN1_STRIN… 248 #define sk_ASN1_STRING_TABLE_set(sk, idx, ptr) ((ASN1_STRING_TABLE *)OPENSSL_sk_set(ossl_check_ASN1… [all …]
|
H A D | types.h | 67 typedef struct asn1_string_table_st ASN1_STRING_TABLE; typedef
|
H A D | asn1.h.in | 209 generate_stack_macros("ASN1_STRING_TABLE"); 848 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_string_table_test.c | 20 const ASN1_STRING_TABLE *tmp = NULL; in test_string_tbl()
|
H A D | asn1_internal_test.c | 37 const ASN1_STRING_TABLE *tmp; in test_tbl_standard()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 69 -T ASN1_STRING_TABLE
|
H A D | other.syms | 28 ASN1_STRING_TABLE datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 651 MLINKS+= ASN1_STRING_TABLE_add.3 ASN1_STRING_TABLE.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 17424 * Modify the ASN1_STRING_TABLE stuff so it also uses bsearch and doesn't
|