Searched refs:asn1_string (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_gen.c475 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
480 ret->value.asn1_string->data = der;
481 ret->value.asn1_string->length = derlen;
681 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
685 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
689 atmp->value.asn1_string->type = utype;
690 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
715 if (ASN1_mbstring_copy(&atmp->value.asn1_string,
725 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
737 atmp->value.asn1_string
[all...]
H A Dt_req.c192 bs = at->value.asn1_string;
H A Dasn1.h437 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon1
/openbsd-current/usr.bin/openssl/
H A Dasn1pars.c372 tmpbuf = at->value.asn1_string->data;
373 tmplen = at->value.asn1_string->length;
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dx509_algor.c221 if (alg->parameter->value.asn1_string != aint_ref) {

Completed in 140 milliseconds