Searched refs:atmp (Results 1 – 2 of 2) sorted by relevance
97 asn1_int_oct atmp; variable100 atmp.num = num;101 atmp.oct = &oct;112 asn1_int_oct *atmp = NULL; in ASN1_TYPE_get_int_octetstring() local121 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; variable156 atmp.num = num;157 atmp.oct = &oct;176 if (atmp == NULL) in ossl_asn1_type_get_octetstring_int()[all …]
579 ASN1_TYPE *atmp = NULL; in asn1_str2type() local585 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