Searched refs:naf_size (Results 1 – 2 of 2) sorted by relevance
2723 …O_KEEP VOID _nx_crypto_ec_naf_compute(NX_CRYPTO_HUGE_NUMBER *d, HN_UBASE *naf_data, UINT *naf_size) in _nx_crypto_ec_naf_compute() argument2800 *naf_size = ((ULONG)ptr - (ULONG)naf_data) >> HN_SIZE_SHIFT; in _nx_crypto_ec_naf_compute()2803 *naf_size = *naf_size + 1; in _nx_crypto_ec_naf_compute()2876 UINT naf_size; in _nx_crypto_ec_fp_projective_multiple() local2900 _nx_crypto_ec_naf_compute(d, naf_data, &naf_size); in _nx_crypto_ec_fp_projective_multiple()2901 scratch += naf_size; in _nx_crypto_ec_fp_projective_multiple()2904 ptr = naf_data + naf_size - 1; in _nx_crypto_ec_fp_projective_multiple()
542 VOID _nx_crypto_ec_naf_compute(NX_CRYPTO_HUGE_NUMBER *d, HN_UBASE *naf_data, UINT *naf_size);