Home
last modified time | relevance | path

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

12

/openbsd/lib/libcrypto/asn1/
H A Da_string.c68 ASN1_STRING *
75 ASN1_STRING *
78 ASN1_STRING *astr; in ASN1_STRING_type_new()
91 ASN1_STRING_clear(ASN1_STRING *astr) in ASN1_STRING_clear()
102 ASN1_STRING_free(ASN1_STRING *astr) in ASN1_STRING_free()
114 ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp()
132 ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *src) in ASN1_STRING_copy()
147 ASN1_STRING *
150 ASN1_STRING *astr; in ASN1_STRING_dup()
235 ASN1_STRING_data(ASN1_STRING *astr) in ASN1_STRING_data()
[all …]
H A Dasn1.h437 ASN1_STRING * asn1_string;
455 ASN1_STRING * set;
456 ASN1_STRING * sequence;
529 ASN1_STRING *ASN1_STRING_new(void);
531 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
532 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
534 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
624 ASN1_STRING *d2i_ASN1_PRINTABLE(ASN1_STRING **a, const unsigned char **in, long len);
630 ASN1_STRING *d2i_DIRECTORYSTRING(ASN1_STRING **a, const unsigned char **in, long len);
635 ASN1_STRING *d2i_DISPLAYTEXT(ASN1_STRING **a, const unsigned char **in, long len);
[all …]
H A Dtasn_typ.c489 .size = sizeof(ASN1_STRING),
493 ASN1_STRING *
508 ASN1_STRING *
516 ASN1_PRINTABLE_free(ASN1_STRING *a) in ASN1_PRINTABLE_free()
529 .size = sizeof(ASN1_STRING),
533 ASN1_STRING *
548 ASN1_STRING *
556 DISPLAYTEXT_free(ASN1_STRING *a) in DISPLAYTEXT_free()
569 .size = sizeof(ASN1_STRING),
573 ASN1_STRING *
[all …]
H A Da_type.c150 ASN1_STRING *sdup; in ASN1_TYPE_set1()
201 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
202 (ASN1_STRING *)b->value.ptr); in ASN1_TYPE_cmp()
213 ASN1_STRING *os; in ASN1_TYPE_set_octetstring()
253 ASN1_STRING *sp = NULL; in ASN1_TYPE_set_int_octetstring()
284 ASN1_STRING *sp = at->value.sequence; in ASN1_TYPE_get_int_octetstring()
H A Da_strnid.c140 ASN1_STRING *
141 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, in ASN1_STRING_set_by_NID()
145 ASN1_STRING *str = NULL; in ASN1_STRING_set_by_NID()
H A Dtasn_prn.c386 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, in asn1_print_obstring_ctx()
407 ASN1_STRING *str; in asn1_primitive_print()
423 str = (ASN1_STRING *)*fld; in asn1_primitive_print()
430 str = (ASN1_STRING *)*fld; in asn1_primitive_print()
436 str = (ASN1_STRING *)*fld; in asn1_primitive_print()
H A Da_strex.c292 do_dump(unsigned long lflags, char_io *io_ch, void *arg, const ASN1_STRING *str) in do_dump()
334 const ASN1_STRING *str) in do_print_ex()
430 ASN1_STRING *val; in do_name_ex()
594 ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex()
601 ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp()
H A Da_mbstr.c88 ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_copy()
96 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_ncopy()
103 ASN1_STRING *dest; in ASN1_mbstring_ncopy()
H A Dasn1_item.c174 ASN1_STRING *
175 ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack()
177 ASN1_STRING *octmp; in ASN1_item_pack()
210 ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack()
H A Dx_name.c84 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in);
543 asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) in asn1_string_canon()
H A Da_time.c78 .size = sizeof(ASN1_STRING),
H A Dtasn_enc.c565 ASN1_STRING *strtmp; in asn1_ex_i2c()
589 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()
662 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()
H A Dp5_pbe.c127 ASN1_STRING *pbe_str = NULL; in PKCS5_pbe_set0_algor()
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1_string_to_utf8.c76 ASN1_STRING *str = NULL; in asn1_string_to_utf8_test()
83 if ((str = (ASN1_STRING *)ASN1_item_d2i(NULL, &der, test->der_len, in asn1_string_to_utf8_test()
H A Dasn1string_copy.c28 ASN1_STRING *src, *dst; in main()
H A Dasn1basic.c756 ASN1_STRING *(*new)(void);
757 void (*free)(ASN1_STRING *);
888 ASN1_STRING *astr = NULL; in asn1_string_new_test()
976 ASN1_STRING *a = NULL, *b = NULL; in asn1_string_cmp_test()
/openbsd/lib/libcrypto/rsa/
H A Drsa_ameth.c90 rsa_param_encode(const EVP_PKEY *pkey, ASN1_STRING **pstr, int *pstrtype) in rsa_param_encode()
142 ASN1_STRING *str = NULL; in rsa_pub_encode()
234 ASN1_STRING *str = NULL; in rsa_priv_encode()
506 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, in rsa_sig_print()
636 ASN1_STRING *astr = NULL; in rsa_mgf1md_to_maskGenAlgorithm()
906 ASN1_STRING *astr = NULL; in rsa_alg_set_pss_padding()
935 ASN1_STRING *astr = NULL; in rsa_alg_set_oaep_padding()
/openbsd/lib/libcrypto/dsa/
H A Ddsa_ameth.c82 const ASN1_STRING *astr; in dsa_pub_decode()
147 ASN1_STRING *astr = NULL; in dsa_pub_encode()
210 const ASN1_STRING *astr; in dsa_priv_decode()
289 ASN1_STRING *astr = NULL; in dsa_priv_encode()
591 dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, in dsa_sig_print()
/openbsd/lib/libcrypto/dh/
H A Ddh_ameth.c84 const ASN1_STRING *astr; in dh_pub_decode()
137 ASN1_STRING *astr = NULL; in dh_pub_encode()
197 const ASN1_STRING *astr; in dh_priv_decode()
252 ASN1_STRING *astr = NULL; in dh_priv_encode()
/openbsd/lib/libcrypto/cms/
H A Dcms_local.h332 ASN1_STRING *extendedCertificate; /* Obsolete */
333 ASN1_STRING *v1AttrCert; /* Left encoded for now */
334 ASN1_STRING *v2AttrCert; /* Left encoded for now */
H A Dcms_ess.c101 ASN1_STRING *str; in CMS_get1_ReceiptRequest()
188 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, in CMS_ReceiptRequest_get0_values()
/openbsd/lib/libcrypto/x509/
H A Dx509v3.h171 ASN1_STRING *nameAssigner;
172 ASN1_STRING *partyName;
193 ASN1_STRING *x400Address;
266 ASN1_STRING *organization;
272 ASN1_STRING *exptext;
H A Dx509name.c89 ASN1_STRING *data; in X509_NAME_get_text_by_OBJ()
438 ASN1_STRING *
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_attr.c70 ASN1_STRING *seq; in PKCS7_add_attrib_smimecap()
/openbsd/lib/libcrypto/
H A Dossl_typ.h76 typedef struct asn1_string_st ASN1_STRING; typedef

12