Searched refs:naf_size (Results 1 – 2 of 2) sorted by relevance
2722 …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() argument2799 *naf_size = ((ULONG)ptr - (ULONG)naf_data) >> HN_SIZE_SHIFT; in _nx_crypto_ec_naf_compute()2802 *naf_size = *naf_size + 1; in _nx_crypto_ec_naf_compute()2875 UINT naf_size; in _nx_crypto_ec_fp_projective_multiple() local2899 _nx_crypto_ec_naf_compute(d, naf_data, &naf_size); in _nx_crypto_ec_fp_projective_multiple()2900 scratch += naf_size; in _nx_crypto_ec_fp_projective_multiple()2903 ptr = naf_data + naf_size - 1; in _nx_crypto_ec_fp_projective_multiple()
541 VOID _nx_crypto_ec_naf_compute(NX_CRYPTO_HUGE_NUMBER *d, HN_UBASE *naf_data, UINT *naf_size);