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

/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c540 char *bndec; local
541 bndec = BN_bn2dec(bl);
542 if (!bndec)
544 i = strlen(bndec);
552 BUF_strlcpy(buf,bndec,buf_len);
566 OPENSSL_free(bndec);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.c922 char *bndec;
923 bndec = BN_bn2dec(bl);
924 if (!bndec) {
927 i = strlen(bndec);
933 BUF_strlcpy(buf, bndec, buf_len);
944 free(bndec);

Completed in 145 milliseconds