Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H 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 …]
H A Dasn1_gen.c577 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
583 if ((atmp = ASN1_TYPE_new()) == NULL) { in asn1_str2type()
620 if ((atmp->value.integer in asn1_str2type()
652 atmp->value.asn1_string->type = utype; in asn1_str2type()
653 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
698 atmp->value.asn1_string->data = rdata; in asn1_str2type()
699 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
700 atmp->value.asn1_string->type = utype; in asn1_str2type()
727 atmp->type = utype; in asn1_str2type()
728 return atmp; in asn1_str2type()
[all …]
/openssl/apps/
H A Dasn1parse.c232 ASN1_TYPE *atmp; in asn1parse_main() local
242 atmp = at; in asn1parse_main()
245 ASN1_TYPE_free(atmp); in asn1parse_main()
/openssl/ssl/
H A Dt1_lib.c2282 const uint16_t *ptmp, *atmp; in tls12_shared_sigalgs() local
2291 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) { in tls12_shared_sigalgs()
2292 if (*ptmp == *atmp) { in tls12_shared_sigalgs()

Completed in 25 milliseconds