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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c536 char *bndec; local
537 bndec = BN_bn2dec(bl);
538 if (!bndec)
540 i = strlen(bndec);
548 BUF_strlcpy(buf,bndec,buf_len);
562 OPENSSL_free(bndec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c570 char *bndec; local
571 bndec = BN_bn2dec(bl);
572 if (!bndec)
574 i = strlen(bndec);
581 BUF_strlcpy(buf, bndec, buf_len);
592 OPENSSL_free(bndec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.c570 char *bndec; local
571 bndec = BN_bn2dec(bl);
572 if (!bndec)
574 i = strlen(bndec);
581 BUF_strlcpy(buf, bndec, buf_len);
592 OPENSSL_free(bndec);

Completed in 59 milliseconds