Searched refs:ASN1_STRING_new (Results 1 – 14 of 14) sorted by relevance
128 if (!(octmp = ASN1_STRING_new ())) { in ASN1_pack_string()157 if (!(octmp = ASN1_STRING_new ())) { in ASN1_item_pack()
97 if ((ret=ASN1_STRING_new()) == NULL) return(NULL); in d2i_ASN1_type_bytes()169 if ((ret=ASN1_STRING_new()) == NULL) return(NULL); in d2i_ASN1_bytes()
359 ret=ASN1_STRING_new(); in ASN1_STRING_dup()415 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
116 if ((osp=ASN1_STRING_new()) == NULL) return(0); in ASN1_TYPE_set_int_octetstring()
710 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()764 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
795 ASN1_STRING * ASN1_STRING_new(void);
103 seq=ASN1_STRING_new(); in add_signed_seq2string()267 seq=ASN1_STRING_new(); in add_seq2string()
72 if(!(seq = ASN1_STRING_new())) { in PKCS7_add_attrib_smimecap()
141 str = ASN1_STRING_new(); in dh_pub_encode()243 params = ASN1_STRING_new(); in dh_priv_encode()
150 str = ASN1_STRING_new(); in dsa_pub_encode()310 params = ASN1_STRING_new(); in dsa_priv_encode()
224 !(at->value.sequence = ASN1_STRING_new())) goto err; in X509_REQ_add_extensions_nid()
300 if (!s && !(s = ASN1_STRING_new())) goto err;
87 pstr = ASN1_STRING_new(); in eckey_param2type()