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

/external/chromium_org/third_party/openssl/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);
/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 258 milliseconds