Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c451 ret->value.asn1_string->data = der; in asn1_multi()
452 ret->value.asn1_string->length = derlen; in asn1_multi()
647 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
651 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
655 atmp->value.asn1_string->type = utype; in asn1_str2type()
656 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
701 atmp->value.asn1_string->data = rdata; in asn1_str2type()
702 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
703 atmp->value.asn1_string->type = utype; in asn1_str2type()
705 ASN1_STRING_set(atmp->value.asn1_string, str, -1); in asn1_str2type()
[all …]
/freebsd-13.1/crypto/openssl/apps/
H A Dasn1pars.c254 tmpbuf = at->value.asn1_string->data; in asn1parse_main()
255 tmplen = at->value.asn1_string->length; in asn1parse_main()
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dt_req.c137 bs = at->value.asn1_string; in X509_REQ_print_ex()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dasn1.h449 ASN1_STRING *asn1_string; member