Home
last modified time | relevance | path

Searched refs:asn1_string (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c444 if ((ret->value.asn1_string = ASN1_STRING_type_new(utype)) == NULL) in asn1_multi()
448 ret->value.asn1_string->data = der; in asn1_multi()
449 ret->value.asn1_string->length = derlen; in asn1_multi()
646 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
650 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
654 atmp->value.asn1_string->type = utype; in asn1_str2type()
655 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
680 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
690 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
700 atmp->value.asn1_string->data = rdata; in asn1_str2type()
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dhelper.c26 time_t test_asn1_string_to_time_t(const char *asn1_string) in test_asn1_string_to_time_t() argument
40 if (!ASN1_TIME_set_string(timestamp_asn1, asn1_string)) in test_asn1_string_to_time_t()
/freebsd/crypto/openssl/apps/
H A Dasn1parse.c264 tmpbuf = at->value.asn1_string->data; in asn1parse_main()
265 tmplen = at->value.asn1_string->length; in asn1parse_main()
/freebsd/crypto/openssl/crypto/x509/
H A Dt_req.c137 bs = at->value.asn1_string; in X509_REQ_print_ex()
H A Dt_acert.c56 bs = at->value.asn1_string; in print_attribute()
/freebsd/crypto/openssl/test/
H A Dtestutil.h654 time_t test_asn1_string_to_time_t(const char *asn1_string);
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h529 ASN1_STRING *asn1_string; member
H A Dasn1.h.in482 ASN1_STRING *asn1_string; member