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

/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_print.c109 BN_ULONG *bn_data=NULL,*lp; local
118 bn_data=(BN_ULONG *)OPENSSL_malloc((num/BN_DEC_NUM+1)*sizeof(BN_ULONG));
120 if ((buf == NULL) || (bn_data == NULL))
129 lp=bn_data;
152 while (lp != bn_data)
161 if (bn_data != NULL) OPENSSL_free(bn_data);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_print.c127 BN_ULONG *bn_data=NULL,*lp; local
131 bn_data=(BN_ULONG *)Malloc((num/BN_DEC_NUM+1)*sizeof(BN_ULONG));
133 if ((buf == NULL) || (bn_data == NULL))
141 lp=bn_data;
162 while (lp != bn_data)
170 if (bn_data != NULL) Free(bn_data);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.h97 void * bn_data; /* Pointer to data */ member in struct:BIND
H A Dhstmt.c1433 data = (char *) col->bn_data;
1446 data = (char *) col->bn_data;
H A Dresult.c208 tbind.bn_data = rgbValue;
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c1761 BN_ULONG *bn_data = NULL, *lp; local
1770 bn_data = (BN_ULONG *)malloc((num / BN_DEC_NUM + 1) * sizeof(BN_ULONG));
1772 if ((buf == NULL) || (bn_data == NULL)) {
1782 lp = bn_data;
1805 while (lp != bn_data) {
1815 if (bn_data != NULL) {
1816 free(bn_data);

Completed in 188 milliseconds