Searched refs:ASN1_STRING_get0_data (Results 1 – 12 of 12) sorted by relevance
37 if ((str = ASN1_STRING_get0_data(src)) == NULL) in main()56 if ((str = ASN1_STRING_get0_data(dst)) != NULL) in main()67 if ((str = ASN1_STRING_get0_data(dst)) != NULL) in main()82 if ((str = ASN1_STRING_get0_data(src)) == NULL) in main()101 if ((str = ASN1_STRING_get0_data(dst)) == NULL) in main()
907 if (ASN1_STRING_get0_data(astr) != NULL) { in asn1_string_new_test()
141 data = ASN1_STRING_get0_data(altname->d.dNSName); in tls_check_subject_altname() 183 data = ASN1_STRING_get0_data(altname->d.iPAddress); in tls_check_subject_altname()
242 ASN1_STRING_get0_data(const ASN1_STRING *astr) in ASN1_STRING_get0_data() function246 LCRYPTO_ALIAS(ASN1_STRING_get0_data);
543 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
124 snprintf(genstr, sizeof(genstr), "%.14sZ", ASN1_STRING_get0_data(gen)); in timestamp_print()
170 name_buf = ASN1_STRING_get0_data(name); in revokeproc()
56 LCRYPTO_USED(ASN1_STRING_get0_data);
381 if (ASN1_STRING_get0_data(aos) == NULL || in ecx_priv_decode() 389 if (!ecx_key_set_priv(ecx_key, ASN1_STRING_get0_data(aos), in ecx_priv_decode()
737 p = ASN1_STRING_get0_data(pubkey); in ecdh_cms_set_peerkey() 821 if ((p = ASN1_STRING_get0_data(parameter)) == NULL)
100 ASN1_STRING_get0_data
2029 data = ASN1_STRING_get0_data(cstr); in ca_x509_subjectaltname_do()