HomeSort by: relevance | last modified time | path
    Searched defs:utf8string (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_util.c 224 ASN1_UTF8STRING *utf8string; local
228 if ((utf8string = ASN1_UTF8STRING_new()) == NULL)
230 if (!ASN1_STRING_set(utf8string, text, len))
232 if (!sk_ASN1_UTF8STRING_push(sk, utf8string))
237 ASN1_UTF8STRING_free(utf8string);
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_util.c 226 ASN1_UTF8STRING *utf8string; local
230 if ((utf8string = ASN1_UTF8STRING_new()) == NULL)
232 if (!ASN1_STRING_set(utf8string, text, len))
234 if (!sk_ASN1_UTF8STRING_push(sk, utf8string))
239 ASN1_UTF8STRING_free(utf8string);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 464 ASN1_UTF8STRING *utf8string; member in union:asn1_type_st::__anon2150
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 2082 ASN1_UTF8STRING *utf8string; local
2089 if ((utf8string = ASN1_UTF8STRING_new()) == NULL)
2091 if (!ASN1_STRING_set(utf8string, name, (int)strlen(name))) {
2092 ASN1_STRING_free(utf8string);
2096 (void)sk_ASN1_UTF8STRING_push(sk, utf8string);

Completed in 50 milliseconds