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

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_ctx.c109 if (ctx->depth < BN_CTX_NUM_POS)
116 if (ctx->depth > BN_CTX_NUM_POS || ctx->tos >= BN_CTX_NUM)
140 if (ctx->depth < BN_CTX_NUM_POS)
H A Dbn.h240 #define BN_CTX_NUM_POS 12 macro
247 int pos[BN_CTX_NUM_POS];

Completed in 82 milliseconds