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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_ia5.c 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
32 if (ia5 == NULL || ia5->length <= 0)
34 if ((tmp = OPENSSL_malloc(ia5->length + 1)) == NULL)
36 memcpy(tmp, ia5->data, ia5->length);
37 tmp[ia5->length] = 0;
44 ASN1_IA5STRING *ia5; local
49 if ((ia5 = ASN1_IA5STRING_new()) == NULL) {
53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str)))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_ia5.c 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
32 if (ia5 == NULL || ia5->length <= 0)
34 if ((tmp = OPENSSL_malloc(ia5->length + 1)) == NULL) {
38 memcpy(tmp, ia5->data, ia5->length);
39 tmp[ia5->length] = 0;
46 ASN1_IA5STRING *ia5; local
51 if ((ia5 = ASN1_IA5STRING_new()) == NULL)
53 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str)))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_ia5.c 28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
32 if (!ia5 || !ia5->length)
34 if ((tmp = OPENSSL_malloc(ia5->length + 1)) == NULL) {
38 memcpy(tmp, ia5->data, ia5->length);
39 tmp[ia5->length] = 0;
46 ASN1_IA5STRING *ia5; local
52 if ((ia5 = ASN1_IA5STRING_new()) == NULL)
54 if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str)))
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_print.c 18 int ia5 = 0; local
30 ia5 = 1;
36 if (ia5)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_print.c 18 int ia5 = 0; local
30 ia5 = 1;
36 if (ia5)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_print.c 18 int ia5 = 0; local
30 ia5 = 1;
36 if (ia5)
  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_ext.c 430 ASN1_IA5STRING *ia5 = NULL; local
447 if ((ia5 = ASN1_IA5STRING_new()) == NULL)
449 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
453 ad->location->d.ia5 = ia5;
454 ia5 = NULL;
462 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/apache2/openssl/dist/test/
v3nametest.c 129 ASN1_IA5STRING *ia5 = NULL; local
146 ia5 = ASN1_IA5STRING_new();
147 if (ia5 == NULL)
149 if (!ASN1_STRING_set(ia5, name, -1))
154 GENERAL_NAME_set0_value(gen, type, ia5);
155 ia5 = NULL;
168 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_ext.c 436 ASN1_IA5STRING *ia5 = NULL; local
453 if ((ia5 = ASN1_IA5STRING_new()) == NULL)
455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
459 ad->location->d.ia5 = ia5;
460 ia5 = NULL;
468 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/bsd/openssl/dist/test/
v3nametest.c 129 ASN1_IA5STRING *ia5 = NULL; local
146 ia5 = ASN1_IA5STRING_new();
147 if (ia5 == NULL)
149 if (!ASN1_STRING_set(ia5, name, -1))
154 GENERAL_NAME_set0_value(gen, type, ia5);
155 ia5 = NULL;
167 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_ext.c 436 ASN1_IA5STRING *ia5 = NULL; local
453 if ((ia5 = ASN1_IA5STRING_new()) == NULL)
455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
459 ad->location->d.ia5 = ia5;
460 ia5 = NULL;
468 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/bsd/openssl.old/dist/test/
v3nametest.c 133 ASN1_IA5STRING *ia5 = NULL; local
150 ia5 = ASN1_IA5STRING_new();
151 if (ia5 == NULL)
153 if (!ASN1_STRING_set(ia5, name, -1))
158 GENERAL_NAME_set0_value(gen, type, ia5);
159 ia5 = NULL;
171 ASN1_IA5STRING_free(ia5);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 148 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member in union:GENERAL_NAME_st::__anon2169
480 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
508 const ASN1_OCTET_STRING *ia5);

Completed in 34 milliseconds