Home
last modified time | relevance | path

Searched refs:atmp (Results 1 – 2 of 2) sorted by relevance

/crypto/asn1/
A Devp_asn1.c97 asn1_int_oct atmp; variable
100 atmp.num = num;
101 atmp.oct = &oct;
112 asn1_int_oct *atmp = NULL; in ASN1_TYPE_get_int_octetstring() local
121 if (atmp == NULL) in ASN1_TYPE_get_int_octetstring()
124 ret = asn1_type_get_int_oct(atmp->oct, atmp->num, num, data, max_len); in ASN1_TYPE_get_int_octetstring()
153 asn1_oct_int atmp; variable
156 atmp.num = num;
157 atmp.oct = &oct;
176 if (atmp == NULL) in ossl_asn1_type_get_octetstring_int()
[all …]
A Dasn1_gen.c579 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
585 if ((atmp = ASN1_TYPE_new()) == NULL) { in asn1_str2type()
622 if ((atmp->value.integer 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()
700 atmp->value.asn1_string->data = rdata; in asn1_str2type()
701 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
702 atmp->value.asn1_string->type = utype; in asn1_str2type()
732 atmp->type = utype; in asn1_str2type()
733 return atmp; in asn1_str2type()
[all …]

Completed in 11 milliseconds