Searched refs:ASN1_STRING_new (Results 1 – 13 of 13) sorted by relevance
21 if ((octmp = ASN1_STRING_new()) == NULL) { in ASN1_item_pack()
276 ret = ASN1_STRING_new(); in ASN1_STRING_dup()346 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() function
646 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()690 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
284 tmps = ASN1_STRING_new(); in ossl_asn1_time_from_tm()
25 if ((seq = ASN1_STRING_new()) == NULL) { in PKCS7_add_attrib_smimecap()
102 str = ASN1_STRING_new(); in dsa_pub_encode()175 params = ASN1_STRING_new(); in dsa_priv_encode()
122 str = ASN1_STRING_new(); in dh_pub_encode()184 params = ASN1_STRING_new(); in dh_priv_encode()
200 pbm_str = ASN1_STRING_new(); in pbmac_algor()
314 wrap_str = ASN1_STRING_new(); in dh_cms_encrypt()
367 wrap_str = ASN1_STRING_new(); in ecdh_cms_encrypt()
307 if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) { in ossl_cms_add1_signing_cert()332 if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) { in ossl_cms_add1_signing_cert_v2()
644 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert()671 if ((seq = ASN1_STRING_new()) == NULL || !ASN1_STRING_set(seq, pp, len)) { in ossl_ess_add1_signing_cert_v2()
53 pstr = ASN1_STRING_new(); in eckey_param2type()
Completed in 39 milliseconds