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

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_lib.c428 if (bn_expand(a,sizeof(BN_ULONG)*8) == NULL) return(0);
468 if (bn_expand(ret,(int)(n+2)*8) == NULL)
H A Dbn.h232 /* The next are internal book keeping for bn_expand. */
401 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 29 milliseconds