Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_gen.c478 ret->value.asn1_string->data = der; in asn1_multi()
479 ret->value.asn1_string->length = derlen; in asn1_multi()
678 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
686 atmp->value.asn1_string->type = utype; in asn1_str2type()
687 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
712 if (ASN1_mbstring_copy(&atmp->value.asn1_string, in asn1_str2type()
722 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
734 atmp->value.asn1_string->data = rdata; in asn1_str2type()
735 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
736 atmp->value.asn1_string->type = utype; in asn1_str2type()
[all …]
H A Dt_req.c193 bs = at->value.asn1_string; in X509_REQ_print_ex()
/dragonfly/crypto/libressl/apps/openssl/
H A Dasn1pars.c379 tmpbuf = at->value.asn1_string->data; in asn1parse_main()
380 tmplen = at->value.asn1_string->length; in asn1parse_main()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h452 ASN1_STRING * asn1_string; member