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

/external/openssl/crypto/x509v3/
H A Dv3_utl.c137 BIGNUM *bntmp = NULL; local
140 if(!(bntmp = ASN1_ENUMERATED_to_BN(a, NULL)) ||
141 !(strtmp = BN_bn2dec(bntmp)) )
143 BN_free(bntmp);
149 BIGNUM *bntmp = NULL; local
152 if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) ||
153 !(strtmp = BN_bn2dec(bntmp)) )
155 BN_free(bntmp);

Completed in 27 milliseconds