/openbsd/lib/libcrypto/asn1/ |
H A D | a_string.c | 68 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 D | asn1.h | 437 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 D | tasn_typ.c | 502 .size = sizeof(ASN1_STRING), 507 ASN1_STRING * 522 ASN1_STRING * 530 ASN1_PRINTABLE_free(ASN1_STRING *a) in ASN1_PRINTABLE_free() 543 .size = sizeof(ASN1_STRING), 548 ASN1_STRING * 563 ASN1_STRING * 571 DISPLAYTEXT_free(ASN1_STRING *a) in DISPLAYTEXT_free() 584 .size = sizeof(ASN1_STRING), 589 ASN1_STRING * [all …]
|
H A D | a_type.c | 150 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 D | a_strnid.c | 140 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 D | tasn_prn.c | 386 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 D | a_strex.c | 292 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 D | a_mbstr.c | 88 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 D | asn1_item.c | 174 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 D | x_name.c | 84 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in); 545 asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) in asn1_string_canon()
|
H A D | a_time.c | 78 .size = sizeof(ASN1_STRING),
|
H A D | tasn_enc.c | 565 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 D | p5_pbe.c | 128 ASN1_STRING *pbe_str = NULL; in PKCS5_pbe_set0_algor()
|
/openbsd/regress/lib/libcrypto/asn1/ |
H A D | asn1_string_to_utf8.c | 76 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 D | asn1string_copy.c | 28 ASN1_STRING *src, *dst; in main()
|
H A D | asn1basic.c | 756 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/dh/ |
H A D | dh_ameth.c | 84 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/dsa/ |
H A D | dsa_ameth.c | 82 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/cms/ |
H A D | cms_local.h | 332 ASN1_STRING *extendedCertificate; /* Obsolete */ 333 ASN1_STRING *v1AttrCert; /* Left encoded for now */ 334 ASN1_STRING *v2AttrCert; /* Left encoded for now */
|
H A D | cms_ess.c | 102 ASN1_STRING *str; in CMS_get1_ReceiptRequest() 189 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, in CMS_ReceiptRequest_get0_values()
|
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_ameth.c | 96 rsa_param_encode(const EVP_PKEY *pkey, ASN1_STRING **pstr, int *pstrtype) in rsa_param_encode() 148 ASN1_STRING *str = NULL; in rsa_pub_encode() 240 ASN1_STRING *str = NULL; in rsa_priv_encode() 512 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, in rsa_sig_print() 642 ASN1_STRING *astr = NULL; in rsa_mgf1md_to_maskGenAlgorithm() 964 ASN1_STRING *astr = NULL; in rsa_alg_set_pss_padding() 993 ASN1_STRING *astr = NULL; in rsa_alg_set_oaep_padding()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509v3.h | 161 ASN1_STRING *nameAssigner; 162 ASN1_STRING *partyName; 183 ASN1_STRING *x400Address; 256 ASN1_STRING *organization; 262 ASN1_STRING *exptext;
|
H A D | x509name.c | 89 ASN1_STRING *data; in X509_NAME_get_text_by_OBJ() 438 ASN1_STRING *
|
/openbsd/lib/libcrypto/pkcs7/ |
H A D | pk7_attr.c | 70 ASN1_STRING *seq; in PKCS7_add_attrib_smimecap()
|
/openbsd/lib/libcrypto/ |
H A D | ossl_typ.h | 76 typedef struct asn1_string_st ASN1_STRING; typedef
|