Home
last modified time | relevance | path

Searched refs:orderBitSize (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/crypto/ecc/
H A Decp_jm.c232 int i, orderBitSize; in ec_GFp_pt_mul_jm_wNAF() local
291 orderBitSize = mpl_significant_bits(&group->order); in ec_GFp_pt_mul_jm_wNAF()
295 naf = (signed char *) kmem_alloc((orderBitSize + 1), FLAG(n)); in ec_GFp_pt_mul_jm_wNAF()
297 naf = (signed char *) malloc(sizeof(signed char) * (orderBitSize + 1)); in ec_GFp_pt_mul_jm_wNAF()
305 ec_compute_wNAF(naf, orderBitSize, n, 5); in ec_GFp_pt_mul_jm_wNAF()
308 for (i = orderBitSize; i >= 0; i--) { in ec_GFp_pt_mul_jm_wNAF()
336 kmem_free(naf, (orderBitSize + 1)); in ec_GFp_pt_mul_jm_wNAF()