Searched refs:ia5 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_ia5.c67 ASN1_IA5STRING *ia5);
82 ASN1_IA5STRING *ia5)
85 if (!ia5 || !ia5->length)
87 if (!(tmp = OPENSSL_malloc(ia5->length + 1))) {
91 memcpy(tmp, ia5->data, ia5->length);
92 tmp[ia5->length] = 0;
99 ASN1_IA5STRING *ia5; local
105 if (!(ia5
81 i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) argument
[all...]
H A Dv3nametest.c113 ASN1_IA5STRING *ia5 = NULL; local
130 ia5 = ASN1_IA5STRING_new();
131 if (ia5 == NULL)
133 if (!ASN1_STRING_set(ia5, name, -1))
138 GENERAL_NAME_set0_value(gen, type, ia5);
139 ia5 = NULL;
151 ASN1_IA5STRING_free(ia5);
H A Dv3_genn.c130 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
178 a->d.ia5 = value;
211 return a->d.ia5;
H A Dv3_alt.c134 X509V3_add_value_uchar("email", gen->d.ia5->data, &ret);
138 X509V3_add_value_uchar("DNS", gen->d.ia5->data, &ret);
142 X509V3_add_value_uchar("URI", gen->d.ia5->data, &ret);
198 BIO_printf(out, "email:%s", gen->d.ia5->data);
202 BIO_printf(out, "DNS:%s", gen->d.ia5->data);
206 BIO_printf(out, "URI:%s", gen->d.ia5->data);
380 gen->d.ia5 = email;
501 if (!(gen->d.ia5 = M_ASN1_IA5STRING_new()) ||
502 !ASN1_STRING_set(gen->d.ia5, (unsigned char *)value,
H A Dx509v3.h202 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, member in union:GENERAL_NAME_st::__anon6443
560 ASN1_OCTET_STRING *ia5);
H A Dv3_utl.c595 if (!append_ia5(&ret, gen->d.ia5))
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Da_print.c66 int ia5 = 0; local
86 ia5 = 1;
91 ia5 = 1;
98 if (ia5)
/freebsd-11.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c534 ASN1_IA5STRING *ia5 = NULL; local
551 if (!(ia5 = ASN1_IA5STRING_new()))
553 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
556 ad->location->d.ia5 = ia5;
/freebsd-11.0-release/contrib/serf/buckets/
H A Dssl_buckets.c465 strlen(nm->d.ia5->data) != nm->d.ia5->length)
468 p = pstrdup_escape_nul_bytes((const char *)nm->d.ia5->data,
469 nm->d.ia5->length,
/freebsd-11.0-release/lib/libfetch/
H A Dcommon.c589 ns = (const char *)ASN1_STRING_data(name->d.ia5);
590 nslen = (size_t)ASN1_STRING_length(name->d.ia5);
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c1232 if (os_strlen((char *) gen->d.ia5->data) == len &&
1233 os_memcmp(value, gen->d.ia5->data, len) == 0)
1523 pos = os_malloc(10 + gen->d.ia5->length + 1);
1543 os_memcpy(pos, gen->d.ia5->data, gen->d.ia5->length);
1544 pos += gen->d.ia5->length;

Completed in 200 milliseconds