Lines Matching refs:input
1050 NX_CRYPTO_KEEP UINT _nx_crypto_aes_encrypt(NX_CRYPTO_AES *aes_ptr, UCHAR *input, UCHAR *output, UIN… in _nx_crypto_aes_encrypt() argument
1074 aes_state[0] = input[0]; in _nx_crypto_aes_encrypt()
1075 aes_state[1] = input[1]; in _nx_crypto_aes_encrypt()
1076 aes_state[2] = input[2]; in _nx_crypto_aes_encrypt()
1077 aes_state[3] = input[3]; in _nx_crypto_aes_encrypt()
1078 aes_state[4] = input[4]; in _nx_crypto_aes_encrypt()
1079 aes_state[5] = input[5]; in _nx_crypto_aes_encrypt()
1080 aes_state[6] = input[6]; in _nx_crypto_aes_encrypt()
1081 aes_state[7] = input[7]; in _nx_crypto_aes_encrypt()
1082 aes_state[8] = input[8]; in _nx_crypto_aes_encrypt()
1083 aes_state[9] = input[9]; in _nx_crypto_aes_encrypt()
1084 aes_state[10] = input[10]; in _nx_crypto_aes_encrypt()
1085 aes_state[11] = input[11]; in _nx_crypto_aes_encrypt()
1086 aes_state[12] = input[12]; in _nx_crypto_aes_encrypt()
1087 aes_state[13] = input[13]; in _nx_crypto_aes_encrypt()
1088 aes_state[14] = input[14]; in _nx_crypto_aes_encrypt()
1089 aes_state[15] = input[15]; in _nx_crypto_aes_encrypt()
1091 buf = (UINT *)input; in _nx_crypto_aes_encrypt()
1508 NX_CRYPTO_KEEP UINT _nx_crypto_aes_decrypt(NX_CRYPTO_AES *aes_ptr, UCHAR *input, UCHAR *output, UIN… in _nx_crypto_aes_decrypt() argument
1536 aes_state[0] = input[0]; in _nx_crypto_aes_decrypt()
1537 aes_state[1] = input[1]; in _nx_crypto_aes_decrypt()
1538 aes_state[2] = input[2]; in _nx_crypto_aes_decrypt()
1539 aes_state[3] = input[3]; in _nx_crypto_aes_decrypt()
1540 aes_state[4] = input[4]; in _nx_crypto_aes_decrypt()
1541 aes_state[5] = input[5]; in _nx_crypto_aes_decrypt()
1542 aes_state[6] = input[6]; in _nx_crypto_aes_decrypt()
1543 aes_state[7] = input[7]; in _nx_crypto_aes_decrypt()
1544 aes_state[8] = input[8]; in _nx_crypto_aes_decrypt()
1545 aes_state[9] = input[9]; in _nx_crypto_aes_decrypt()
1546 aes_state[10] = input[10]; in _nx_crypto_aes_decrypt()
1547 aes_state[11] = input[11]; in _nx_crypto_aes_decrypt()
1548 aes_state[12] = input[12]; in _nx_crypto_aes_decrypt()
1549 aes_state[13] = input[13]; in _nx_crypto_aes_decrypt()
1550 aes_state[14] = input[14]; in _nx_crypto_aes_decrypt()
1551 aes_state[15] = input[15]; in _nx_crypto_aes_decrypt()
1553 buf = (UINT *)input; in _nx_crypto_aes_decrypt()
1909 UCHAR *input, in _nx_crypto_method_aes_operation() argument
1940 input, input_length_in_byte, iv_ptr, in _nx_crypto_method_aes_operation()
1951 input, input_length_in_byte, iv_ptr, in _nx_crypto_method_aes_operation()
1963 input, input_length_in_byte, iv_ptr, in _nx_crypto_method_aes_operation()
1974 input, input_length_in_byte, iv_ptr, in _nx_crypto_method_aes_operation()
1982 input, input_length_in_byte, iv_ptr, in _nx_crypto_method_aes_operation()
2056 UCHAR *input, in _nx_crypto_method_aes_cbc_operation() argument
2105 input, output, input_length_in_byte, in _nx_crypto_method_aes_cbc_operation()
2120 input, output, input_length_in_byte, in _nx_crypto_method_aes_cbc_operation()
2140 input, output, input_length_in_byte, in _nx_crypto_method_aes_cbc_operation()
2148 input, output, input_length_in_byte, in _nx_crypto_method_aes_cbc_operation()
2235 UCHAR *input, in _nx_crypto_method_aes_ccm_operation() argument
2314 … input, output, input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3), in _nx_crypto_method_aes_ccm_operation()
2323 … input + input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3), in _nx_crypto_method_aes_ccm_operation()
2363 input, output, input_length_in_byte, in _nx_crypto_method_aes_ccm_operation()
2384 ctx -> nx_crypto_aes_mode_context.ccm.nx_crypto_ccm_additional_data = (VOID *)input; in _nx_crypto_method_aes_ccm_operation()
2402 input, /* pointers to AAD */ in _nx_crypto_method_aes_ccm_operation()
2415 input, output, input_length_in_byte, in _nx_crypto_method_aes_ccm_operation()
2424 input, NX_CRYPTO_AES_BLOCK_SIZE); in _nx_crypto_method_aes_ccm_operation()
2437 input, /* pointers to AAD */ in _nx_crypto_method_aes_ccm_operation()
2451 input, output, input_length_in_byte, in _nx_crypto_method_aes_ccm_operation()
2534 UCHAR *input, in _nx_crypto_method_aes_gcm_operation() argument
2614 input, output, message_len, in _nx_crypto_method_aes_gcm_operation()
2624 input + message_len, icv_len, in _nx_crypto_method_aes_gcm_operation()
2659 input, output, input_length_in_byte, in _nx_crypto_method_aes_gcm_operation()
2683 input, /* pointers to AAD */ in _nx_crypto_method_aes_gcm_operation()
2692 input, output, input_length_in_byte, in _nx_crypto_method_aes_gcm_operation()
2707 input, icv_len, in _nx_crypto_method_aes_gcm_operation()
2721 input, /* pointers to AAD */ in _nx_crypto_method_aes_gcm_operation()
2730 input, output, input_length_in_byte, in _nx_crypto_method_aes_gcm_operation()
2753 ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data = (VOID *)input; in _nx_crypto_method_aes_gcm_operation()
2831 UCHAR *input, in _nx_crypto_method_aes_ctr_operation() argument
2881 input, output, input_length_in_byte, in _nx_crypto_method_aes_ctr_operation()
2890 iv_ptr, 8, input, /* input pointers to nonce */ in _nx_crypto_method_aes_ctr_operation()
2900 input, output, input_length_in_byte, in _nx_crypto_method_aes_ctr_operation()
2983 UCHAR *input, in _nx_crypto_method_aes_xcbc_operation() argument
3023 input, output, input_length_in_byte, in _nx_crypto_method_aes_xcbc_operation()