Searched refs:ASN1_STRING_new (Results 1 – 7 of 7) sorted by relevance
70 if (!(octmp = ASN1_STRING_new ())) { in ASN1_item_pack()
100 if ((ret=ASN1_STRING_new()) == NULL) return(NULL); in d2i_ASN1_type_bytes()172 if ((ret=ASN1_STRING_new()) == NULL) return(NULL); in d2i_ASN1_bytes()
403 ret=ASN1_STRING_new(); in ASN1_STRING_dup()459 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
729 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()783 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
223 !(at->value.sequence = ASN1_STRING_new())) goto err; in X509_REQ_add_extensions_nid()
288 params = ASN1_STRING_new(); in dsa_priv_encode()
756 OPENSSL_EXPORT ASN1_STRING * ASN1_STRING_new(void);