Lines Matching refs:input

336                                                      UCHAR *input, UINT input_length,  in _nx_crypto_ecjpake_hello_process()  argument
353 &input[total_length + 1], in _nx_crypto_ecjpake_hello_process()
354 (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
360 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_hello_process()
363 status = _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
369 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_hello_process()
370 status = _nx_crypto_huge_number_setup(&r, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
376 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_hello_process()
394 &input[total_length + 1], in _nx_crypto_ecjpake_hello_process()
395 (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
401 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_hello_process()
404 status = _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
410 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_hello_process()
411 status = _nx_crypto_huge_number_setup(&r, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
632 UCHAR *input, UINT input_length, in _nx_crypto_ecjpake_key_exchange_process() argument
672 &input[total_length + 1], in _nx_crypto_ecjpake_key_exchange_process()
673 (UINT)input[total_length]); in _nx_crypto_ecjpake_key_exchange_process()
680 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_key_exchange_process()
683 _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_key_exchange_process()
684 total_length += (UINT)(input[total_length] + 1); in _nx_crypto_ecjpake_key_exchange_process()
685 status = _nx_crypto_huge_number_setup(&r, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_key_exchange_process()
1409 UCHAR *input; in _nx_crypto_ecjpake_pre_master_secret_generate() local
1420 input = (UCHAR *)scratch; in _nx_crypto_ecjpake_pre_master_secret_generate()
1434 …status = _nx_crypto_huge_number_extract_fixed_size(&temp1.nx_crypto_ec_point_x, input, input_size); in _nx_crypto_ecjpake_pre_master_secret_generate()
1461 input, in _nx_crypto_ecjpake_pre_master_secret_generate()
1814 UCHAR *input, ULONG input_length_in_byte, in _nx_crypto_method_ecjpake_operation() argument
1871 (NX_CRYPTO_METHOD *)input, (VOID *)key, in _nx_crypto_method_ecjpake_operation()
1877 ecjpake -> nx_crypto_ecjpake_hash_method = (NX_CRYPTO_METHOD *)input; in _nx_crypto_method_ecjpake_operation()
1884 status = ((NX_CRYPTO_METHOD *)input) -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_GET, in _nx_crypto_method_ecjpake_operation()
1886 (NX_CRYPTO_METHOD *)input, in _nx_crypto_method_ecjpake_operation()
1925 input, input_length_in_byte, in _nx_crypto_method_ecjpake_operation()
1948 input, input_length_in_byte, in _nx_crypto_method_ecjpake_operation()