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

/openbsd-current/regress/lib/libcrypto/asn1/
H A Dx509_algor.c64 ASN1_INTEGER *aint = NULL, *aint_ref; local
191 if ((aint = aint_ref = ASN1_INTEGER_new()) == NULL)
221 if (alg->parameter->value.asn1_string != aint_ref) {
244 ASN1_INTEGER *aint = NULL, *aint_ref = NULL; local
265 if ((aint = aint_ref = ASN1_INTEGER_new()) == NULL)
309 if (pval != aint_ref) {

Completed in 119 milliseconds