Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Dasn_pack.c128 if (!(octmp = ASN1_STRING_new ())) { in ASN1_pack_string()
157 if (!(octmp = ASN1_STRING_new ())) { in ASN1_item_pack()
Da_bytes.c97 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()
Dasn1_lib.c359 ret=ASN1_STRING_new(); in ASN1_STRING_dup()
415 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
Devp_asn1.c116 if ((osp=ASN1_STRING_new()) == NULL) return(0); in ASN1_TYPE_set_int_octetstring()
Dasn1_gen.c710 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
764 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
Dasn1.h795 ASN1_STRING * ASN1_STRING_new(void);
/external/openssl/crypto/pkcs7/
Dexample.c103 seq=ASN1_STRING_new(); in add_signed_seq2string()
267 seq=ASN1_STRING_new(); in add_seq2string()
Dpk7_attr.c72 if(!(seq = ASN1_STRING_new())) { in PKCS7_add_attrib_smimecap()
/external/openssl/crypto/dh/
Ddh_ameth.c141 str = ASN1_STRING_new(); in dh_pub_encode()
243 params = ASN1_STRING_new(); in dh_priv_encode()
/external/openssl/crypto/dsa/
Ddsa_ameth.c150 str = ASN1_STRING_new(); in dsa_pub_encode()
310 params = ASN1_STRING_new(); in dsa_priv_encode()
/external/openssl/crypto/x509/
Dx509_req.c224 !(at->value.sequence = ASN1_STRING_new())) goto err; in X509_REQ_add_extensions_nid()
/external/openssl/crypto/ocsp/
Docsp_ext.c300 if (!s && !(s = ASN1_STRING_new())) goto err;
/external/openssl/crypto/ec/
Dec_ameth.c87 pstr = ASN1_STRING_new(); in eckey_param2type()
/external/openssl/include/openssl/
Dasn1.h795 ASN1_STRING * ASN1_STRING_new(void);