Searched refs:ASN1_STRING_new (Results 1 – 13 of 13) sorted by relevance
5 ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -12 ASN1_STRING * ASN1_STRING_new(void);18 ASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its type34 ASN1_STRING_new() and ASN1_STRING_type_new() return a valid
21 if ((octmp = ASN1_STRING_new()) == NULL) { in ASN1_item_pack()
261 ret = ASN1_STRING_new(); in ASN1_STRING_dup()332 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
647 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()691 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
284 tmps = ASN1_STRING_new(); in asn1_time_from_tm()
25 if ((seq = ASN1_STRING_new()) == NULL) { in PKCS7_add_attrib_smimecap()
108 str = ASN1_STRING_new(); in dh_pub_encode()209 params = ASN1_STRING_new(); in dh_priv_encode()894 wrap_str = ASN1_STRING_new(); in dh_cms_encrypt()
89 str = ASN1_STRING_new(); in dsa_pub_encode()215 params = ASN1_STRING_new(); in dsa_priv_encode()
50 pstr = ASN1_STRING_new(); in eckey_param2type()949 wrap_str = ASN1_STRING_new(); in ecdh_cms_encrypt()
848 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ess_add_signing_cert()972 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ess_add_signing_cert_v2()
538 ASN1_STRING *ASN1_STRING_new(void);
672 #define ASN1_STRING_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_STRING_new) macro
770 ASN1_STRING_new 769 1_1_0 EXIST::FUNCTION: