Home
last modified time | relevance | path

Searched refs:ASN1_STRING_new (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dasn_pack.c70 if (!(octmp = ASN1_STRING_new ())) { in ASN1_item_pack()
Da_bytes.c100 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()
Dasn1_lib.c403 ret=ASN1_STRING_new(); in ASN1_STRING_dup()
459 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
/external/boringssl/src/crypto/x509/
Dasn1_gen.c729 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
783 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
Dx509_req.c223 !(at->value.sequence = ASN1_STRING_new())) goto err; in X509_REQ_add_extensions_nid()
/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c288 params = ASN1_STRING_new(); in dsa_priv_encode()
/external/boringssl/src/include/openssl/
Dasn1.h756 OPENSSL_EXPORT ASN1_STRING * ASN1_STRING_new(void);