Searched refs:nb (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| A D | ecc.c | 1340 int i, nb; in ecc_point_mult() local 1358 nb = !vli_test_bit(scalar, i); in ecc_point_mult() 1359 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult() 1360 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult() 1363 nb = !vli_test_bit(scalar, 0); in ecc_point_mult() 1364 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult() 1370 vli_mod_mult_fast(z, z, ry[1 - nb], curve); in ecc_point_mult() 1380 vli_mod_mult_fast(z, z, rx[1 - nb], curve); in ecc_point_mult() 1383 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult()
|
| A D | algapi.c | 846 int crypto_register_notifier(struct notifier_block *nb) in crypto_register_notifier() argument 848 return blocking_notifier_chain_register(&crypto_chain, nb); in crypto_register_notifier() 852 int crypto_unregister_notifier(struct notifier_block *nb) in crypto_unregister_notifier() argument 854 return blocking_notifier_chain_unregister(&crypto_chain, nb); in crypto_unregister_notifier()
|
Completed in 11 milliseconds