Lines Matching refs:s
501 NX_CRYPTO_HUGE_NUMBER private_key, r, s; in _nx_crypto_ecjpake_key_exchange_generate() local
510 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&s, scratch, in _nx_crypto_ecjpake_key_exchange_generate()
516 _nx_crypto_huge_number_setup(&s, shared_secret, shared_secret_len); in _nx_crypto_ecjpake_key_exchange_generate()
517 _nx_crypto_huge_number_modulus(&s, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_key_exchange_generate()
524 &s, in _nx_crypto_ecjpake_key_exchange_generate()
638 NX_CRYPTO_HUGE_NUMBER r, s; in _nx_crypto_ecjpake_key_exchange_process() local
647 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&s, scratch, in _nx_crypto_ecjpake_key_exchange_process()
653 status = _nx_crypto_huge_number_setup(&s, shared_secret, shared_secret_len); in _nx_crypto_ecjpake_key_exchange_process()
660 _nx_crypto_huge_number_modulus(&s, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_key_exchange_process()
711 &s, in _nx_crypto_ecjpake_key_exchange_process()
1319 NX_CRYPTO_HUGE_NUMBER *s, in _nx_crypto_ecjpake_public_key_generate() argument
1336 _nx_crypto_huge_number_multiply(x2, s, &temp1); in _nx_crypto_ecjpake_public_key_generate()
1402 NX_CRYPTO_HUGE_NUMBER *s, in _nx_crypto_ecjpake_pre_master_secret_generate() argument
1427 curve -> nx_crypto_ec_multiple(curve, &temp2, s, &temp1, scratch); in _nx_crypto_ecjpake_pre_master_secret_generate()