Searched refs:atmp (Results 1 – 4 of 4) 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 …]
578 ASN1_TYPE *atmp = NULL; in asn1_str2type() local584 if ((atmp = ASN1_TYPE_new()) == NULL) { in asn1_str2type()621 if ((atmp->value.integer in asn1_str2type()653 atmp->value.asn1_string->type = utype; in asn1_str2type()654 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()699 atmp->value.asn1_string->data = rdata; in asn1_str2type()700 atmp->value.asn1_string->length = rdlen; in asn1_str2type()701 atmp->value.asn1_string->type = utype; in asn1_str2type()731 atmp->type = utype; in asn1_str2type()732 return atmp; in asn1_str2type()[all …]
235 ASN1_TYPE *atmp; in asn1parse_main() local245 atmp = at; in asn1parse_main()248 ASN1_TYPE_free(atmp); in asn1parse_main()
2782 const uint16_t *ptmp, *atmp; in tls12_shared_sigalgs() local2791 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) { in tls12_shared_sigalgs()2792 if (*ptmp == *atmp) { in tls12_shared_sigalgs()
Completed in 28 milliseconds