Home
last modified time | relevance | path

Searched refs:ASN1_STRING (Results 1 – 25 of 159) sorted by relevance

1234567

/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dossl_typ.h22 # 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 …]
H A Dasn1.h449 ASN1_STRING *asn1_string;
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);
542 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
544 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
553 int ASN1_STRING_type(const ASN1_STRING *x);
[all …]
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtypes.h27 # 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 …]
H A Dasn1.h.in478 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);
570 DECLARE_ASN1_DUP_FUNCTION(ASN1_STRING)
572 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
583 int ASN1_STRING_type(const ASN1_STRING *x);
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_lib.c243 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy()
256 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup()
258 ASN1_STRING *ret; in ASN1_STRING_dup()
332 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new()
337 ASN1_STRING *ASN1_STRING_type_new(int type) in ASN1_STRING_type_new()
339 ASN1_STRING *ret; in ASN1_STRING_type_new()
360 void ASN1_STRING_free(ASN1_STRING *a) in ASN1_STRING_free()
367 void ASN1_STRING_clear_free(ASN1_STRING *a) in ASN1_STRING_clear_free()
376 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp()
392 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length()
[all …]
H A Dasn_pack.c16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack()
18 ASN1_STRING *octmp; in ASN1_item_pack()
53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack()
H A Dtasn_typ.c58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
H A Da_strex.c261 const ASN1_STRING *str) in do_dump()
332 const ASN1_STRING *str) in do_print_ex()
430 const ASN1_STRING *val; in do_name_ex()
588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex()
594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp()
605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8()
607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8()
H A Da_type.c53 ASN1_STRING *sdup; in ASN1_TYPE_set1()
101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
102 (ASN1_STRING *)b->value.ptr); in ASN1_TYPE_cmp()
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_lib.c251 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy()
264 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup()
266 ASN1_STRING *ret; in ASN1_STRING_dup()
341 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new()
346 ASN1_STRING *ASN1_STRING_type_new(int type) in ASN1_STRING_type_new()
348 ASN1_STRING *ret; in ASN1_STRING_type_new()
369 void ASN1_STRING_free(ASN1_STRING *a) in ASN1_STRING_free()
376 void ASN1_STRING_clear_free(ASN1_STRING *a) in ASN1_STRING_clear_free()
385 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp()
402 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length()
[all …]
H A Dasn_pack.c16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack()
18 ASN1_STRING *octmp; in ASN1_item_pack()
53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack()
H A Dtasn_typ.c58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
H A Da_strex.c261 const ASN1_STRING *str) in do_dump()
332 const ASN1_STRING *str) in do_print_ex()
430 const ASN1_STRING *val; in do_name_ex()
588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex()
594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp()
605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8()
607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8()
H A Da_type.c53 ASN1_STRING *sdup; in ASN1_TYPE_set1()
101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
102 (ASN1_STRING *)b->value.ptr); in ASN1_TYPE_cmp()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_STRING_length.pod7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
13 int ASN1_STRING_length(ASN1_STRING *x);
14 const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x);
15 unsigned char * ASN1_STRING_data(ASN1_STRING *x);
17 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
19 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
21 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
23 int ASN1_STRING_type(const ASN1_STRING *x);
25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
29 These functions allow an B<ASN1_STRING> structure to be manipulated.
[all …]
H A DASN1_STRING_new.pod6 ASN1_STRING allocation functions
12 ASN1_STRING * ASN1_STRING_new(void);
13 ASN1_STRING * ASN1_STRING_type_new(int type);
14 void ASN1_STRING_free(ASN1_STRING *a);
18 ASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its type
21 ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of
29 Other string types call the B<ASN1_STRING> functions. For example
35 ASN1_STRING structure or B<NULL> if an error occurred.
H A DASN1_STRING_print_ex.pod6 - ASN1_STRING output routines
12 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
13 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
14 int ASN1_STRING_print(BIO *out, const ASN1_STRING *str);
20 These functions output an B<ASN1_STRING> structure. B<ASN1_STRING> is used to
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_STRING_length.pod7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
13 int ASN1_STRING_length(ASN1_STRING *x);
14 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
15 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
17 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
19 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
21 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
23 int ASN1_STRING_type(const ASN1_STRING *x);
25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
29 These functions allow an B<ASN1_STRING> structure to be manipulated.
[all …]
H A DASN1_STRING_new.pod6 ASN1_STRING allocation functions
12 ASN1_STRING *ASN1_STRING_new(void);
13 ASN1_STRING *ASN1_STRING_type_new(int type);
14 void ASN1_STRING_free(ASN1_STRING *a);
18 ASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its type
21 ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of
29 Other string types call the B<ASN1_STRING> functions. For example
35 B<ASN1_STRING> structure or NULL if an error occurred.
H A DASN1_STRING_print_ex.pod6 - ASN1_STRING output routines
12 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
13 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
14 int ASN1_STRING_print(BIO *out, const ASN1_STRING *str);
20 These functions output an B<ASN1_STRING> structure. B<ASN1_STRING> is used to
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c31 ASN1_STRING **pstr, int *pstrtype) in rsa_param_encode()
79 ASN1_STRING *str; in rsa_pub_encode()
158 ASN1_STRING *str; in rsa_priv_encode()
554 ASN1_STRING *stmp = NULL; in rsa_md_to_mgf1()
648 static ASN1_STRING *rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx) in rsa_ctx_to_pss_string()
651 ASN1_STRING *os; in rsa_ctx_to_pss_string()
805 ASN1_STRING *os = NULL; in rsa_cms_sign()
839 ASN1_STRING *os1 = NULL; in rsa_item_sign()
845 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign()
861 const ASN1_STRING *sig) in rsa_sig_info_set()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_admis.c174 ASN1_STRING* val = sk_ASN1_STRING_value(pinfo->professionItems, k); in i2r_ADMISSION_SYNTAX()
229 const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( in NAMING_AUTHORITY_get0_authorityText()
235 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING* t) in NAMING_AUTHORITY_set0_authorityText()
322 const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems(const PROFESSION_INFO *pi) in STACK_OF() argument
328 STACK_OF(ASN1_STRING) *as) in PROFESSION_INFO_set0_professionItems()
H A Dv3_admis.h16 ASN1_STRING* namingAuthorityText; /* i.e. DIRECTORYSTRING */
21 STACK_OF(ASN1_STRING)* professionItems; /* i.e. DIRECTORYSTRING */
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_admis.c173 ASN1_STRING* val = sk_ASN1_STRING_value(pinfo->professionItems, k); in i2r_ADMISSION_SYNTAX()
228 const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( in NAMING_AUTHORITY_get0_authorityText()
234 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING* t) in NAMING_AUTHORITY_set0_authorityText()
321 const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems(const PROFESSION_INFO *pi) in STACK_OF() argument
327 STACK_OF(ASN1_STRING) *as) in PROFESSION_INFO_set0_professionItems()
H A Dv3_admis.h16 ASN1_STRING* namingAuthorityText; /* i.e. DIRECTORYSTRING */
21 STACK_OF(ASN1_STRING)* professionItems; /* i.e. DIRECTORYSTRING */

1234567