Home
last modified time | relevance | path

Searched refs:plain_1 (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_hmac_md5.c39 static UCHAR plain_1[] = { variable
149 plain_1, in _nx_secure_crypto_method_self_test_hmac_md5()
150 sizeof(plain_1), in _nx_secure_crypto_method_self_test_hmac_md5()
199 plain_1, in _nx_secure_crypto_method_self_test_hmac_md5()
200 sizeof(plain_1), in _nx_secure_crypto_method_self_test_hmac_md5()
Dnx_secure_crypto_method_self_test_md5.c32 static UCHAR plain_1[] = { variable
134 plain_1, in _nx_secure_crypto_method_self_test_md5()
135 sizeof(plain_1), in _nx_secure_crypto_method_self_test_md5()
Dnx_secure_crypto_method_self_test_3des.c49 static UCHAR plain_1[] = { variable
145 plain_1, in _nx_secure_crypto_method_self_test_3des()
184 if (NX_SECURE_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_3des()
Dnx_secure_crypto_method_self_test_des.c48 static UCHAR plain_1[] = { variable
142 plain_1, in _nx_secure_crypto_method_self_test_des()
181 if (NX_SECURE_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_secure_crypto_method_self_test_des()
Dnx_secure_crypto_method_self_test_sha.c32 static UCHAR plain_1[] = { variable
195 input = plain_1; in _nx_secure_crypto_method_self_test_sha()
197 input_length = sizeof(plain_1); in _nx_secure_crypto_method_self_test_sha()
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_method_self_test_hmac_md5.c39 static UCHAR plain_1[] = { variable
153 plain_1, in _nx_crypto_method_self_test_hmac_md5()
154 sizeof(plain_1), in _nx_crypto_method_self_test_hmac_md5()
203 plain_1, in _nx_crypto_method_self_test_hmac_md5()
204 sizeof(plain_1), in _nx_crypto_method_self_test_hmac_md5()
Dnx_crypto_method_self_test_md5.c31 static UCHAR plain_1[] = { variable
137 plain_1, in _nx_crypto_method_self_test_md5()
138 sizeof(plain_1), in _nx_crypto_method_self_test_md5()
Dnx_crypto_method_self_test_des.c48 static UCHAR plain_1[] = { variable
146 plain_1, in _nx_crypto_method_self_test_des()
185 if (NX_CRYPTO_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_crypto_method_self_test_des()
Dnx_crypto_method_self_test_3des.c47 static UCHAR plain_1[] = { variable
169 input_output_length = sizeof(plain_1); in _nx_crypto_method_self_test_3des()
176 plain_1, in _nx_crypto_method_self_test_3des()
Dnx_crypto_method_self_test_sha.c31 static UCHAR plain_1[] = { variable
254 input = plain_1; in _nx_crypto_method_self_test_sha()
256 input_length = sizeof(plain_1); in _nx_crypto_method_self_test_sha()