Lines Matching refs:shift
2727 UINT shift; in _nx_crypto_ec_naf_compute() local
2730 shift = 0; in _nx_crypto_ec_naf_compute()
2741 *ptr = *ptr | (value << shift); in _nx_crypto_ec_naf_compute()
2742 shift += 2; in _nx_crypto_ec_naf_compute()
2743 if (shift == HN_SHIFT) in _nx_crypto_ec_naf_compute()
2745 shift = 0; in _nx_crypto_ec_naf_compute()
2760 *ptr = *ptr | (value << shift); in _nx_crypto_ec_naf_compute()
2761 shift += 2; in _nx_crypto_ec_naf_compute()
2762 if (shift == HN_SHIFT) in _nx_crypto_ec_naf_compute()
2764 shift = 0; in _nx_crypto_ec_naf_compute()
2782 *ptr = *ptr | (value << shift); in _nx_crypto_ec_naf_compute()
2783 shift += 2; in _nx_crypto_ec_naf_compute()
2784 if (shift == HN_SHIFT) in _nx_crypto_ec_naf_compute()
2786 shift = 0; in _nx_crypto_ec_naf_compute()
2800 if (shift != 0) in _nx_crypto_ec_naf_compute()