| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| types.h | 27 # define ASN1_INTEGER ASN1_STRING 28 # define ASN1_ENUMERATED ASN1_STRING 29 # define ASN1_BIT_STRING ASN1_STRING 30 # define ASN1_OCTET_STRING ASN1_STRING 31 # define ASN1_PRINTABLESTRING ASN1_STRING 32 # define ASN1_T61STRING ASN1_STRING 33 # define ASN1_IA5STRING ASN1_STRING 34 # define ASN1_UTCTIME ASN1_STRING 35 # define ASN1_GENERALIZEDTIME ASN1_STRING 36 # define ASN1_TIME ASN1_STRING [all...] |
| asn1.h.in | 137 * This indicates that the ASN1_STRING is not a real value but just a place 151 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING 478 ASN1_STRING *asn1_string; 498 ASN1_STRING *set; 499 ASN1_STRING *sequence; 566 ASN1_STRING *ASN1_STRING_new(void); 567 void ASN1_STRING_free(ASN1_STRING *a); 568 void ASN1_STRING_clear_free(ASN1_STRING *a); 569 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ossl_typ.h | 22 # define ASN1_INTEGER ASN1_STRING 23 # define ASN1_ENUMERATED ASN1_STRING 24 # define ASN1_BIT_STRING ASN1_STRING 25 # define ASN1_OCTET_STRING ASN1_STRING 26 # define ASN1_PRINTABLESTRING ASN1_STRING 27 # define ASN1_T61STRING ASN1_STRING 28 # define ASN1_IA5STRING ASN1_STRING 29 # define ASN1_UTCTIME ASN1_STRING 30 # define ASN1_GENERALIZEDTIME ASN1_STRING 31 # define ASN1_TIME ASN1_STRING [all...] |
| asn1.h | 123 * This indicates that the ASN1_STRING is not a real value but just a place 137 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING 449 ASN1_STRING *asn1_string; member in union:asn1_type_st::__anon2150 469 ASN1_STRING *set; 470 ASN1_STRING *sequence; 538 ASN1_STRING *ASN1_STRING_new(void); 539 void ASN1_STRING_free(ASN1_STRING *a); 540 void ASN1_STRING_clear_free(ASN1_STRING *a); 541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| types.h | 45 #define ASN1_INTEGER ASN1_STRING 46 #define ASN1_ENUMERATED ASN1_STRING 47 #define ASN1_BIT_STRING ASN1_STRING 48 #define ASN1_OCTET_STRING ASN1_STRING 49 #define ASN1_PRINTABLESTRING ASN1_STRING 50 #define ASN1_T61STRING ASN1_STRING 51 #define ASN1_IA5STRING ASN1_STRING 52 #define ASN1_UTCTIME ASN1_STRING 53 #define ASN1_GENERALIZEDTIME ASN1_STRING 54 #define ASN1_TIME ASN1_STRING [all...] |
| asn1.h.in | 143 * This indicates that the ASN1_STRING is not a real value but just a place 157 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING 482 ASN1_STRING *asn1_string; 502 ASN1_STRING *set; 503 ASN1_STRING *sequence; 557 ASN1_STRING *ASN1_STRING_new(void); 558 void ASN1_STRING_free(ASN1_STRING *a); 559 void ASN1_STRING_clear_free(ASN1_STRING *a); 560 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_admis.h | 16 ASN1_STRING *namingAuthorityText; /* i.e. DIRECTORYSTRING */ 21 STACK_OF(ASN1_STRING) *professionItems; /* i.e. DIRECTORYSTRING */
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_admis.h | 16 ASN1_STRING* namingAuthorityText; /* i.e. DIRECTORYSTRING */ 21 STACK_OF(ASN1_STRING)* professionItems; /* i.e. DIRECTORYSTRING */
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_admis.h | 16 ASN1_STRING* namingAuthorityText; /* i.e. DIRECTORYSTRING */ 21 STACK_OF(ASN1_STRING)* professionItems; /* i.e. DIRECTORYSTRING */
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) 18 ASN1_STRING *octmp; 50 /* Extract an ASN1 object from an ASN1_STRING */ 52 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) 63 void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
|
| asn1_lib.c | 251 void ossl_asn1_string_set_bits_left(ASN1_STRING *str, unsigned int num) 257 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) 270 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) 272 ASN1_STRING *ret; 286 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) 339 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) 346 ASN1_STRING *ASN1_STRING_new(void) 351 ASN1_STRING *ASN1_STRING_type_new(int type [all...] |
| tasn_typ.c | 50 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */ 58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE) 61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT) 64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
|
| a_type.c | 53 ASN1_STRING *sdup; 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, 102 (ASN1_STRING *)b->value.ptr);
|
| a_strnid.c | 74 * The following function generates an ASN1_STRING based on limits in a 75 * table. Frequently the types and length of an ASN1_STRING are restricted by 79 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 84 ASN1_STRING *str = NULL;
|
| f_string.c | 16 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type) 46 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size)
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) 18 ASN1_STRING *octmp; 51 /* Extract an ASN1 object from an ASN1_STRING */ 53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
|
| asn1_lib.c | 251 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) 264 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) 266 ASN1_STRING *ret; 280 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) 334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) 341 ASN1_STRING *ASN1_STRING_new(void) 346 ASN1_STRING *ASN1_STRING_type_new(int type) 348 ASN1_STRING *ret [all...] |
| tasn_typ.c | 50 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */ 58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE) 61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT) 64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
|
| a_type.c | 53 ASN1_STRING *sdup; 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, 102 (ASN1_STRING *)b->value.ptr);
|
| a_strnid.c | 74 * The following function generates an ASN1_STRING based on limits in a 75 * table. Frequently the types and length of an ASN1_STRING are restricted by 79 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 84 ASN1_STRING *str = NULL;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) 18 ASN1_STRING *octmp; 51 /* Extract an ASN1 object from an ASN1_STRING */ 53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
|
| asn1_lib.c | 243 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) 256 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) 258 ASN1_STRING *ret; 271 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) 325 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) 332 ASN1_STRING *ASN1_STRING_new(void) 337 ASN1_STRING *ASN1_STRING_type_new(int type) 339 ASN1_STRING *ret [all...] |
| tasn_typ.c | 50 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */ 58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE) 61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT) 64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
|
| a_type.c | 53 ASN1_STRING *sdup; 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, 102 (ASN1_STRING *)b->value.ptr);
|
| a_strnid.c | 74 * The following function generates an ASN1_STRING based on limits in a 75 * table. Frequently the types and length of an ASN1_STRING are restricted by 79 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 84 ASN1_STRING *str = NULL;
|