Home
last modified time | relevance | path

Searched refs:output_length (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_sha.c241 UINT output_length; in _nx_crypto_method_self_test_sha() local
257 output_length = sizeof(secret_1); in _nx_crypto_method_self_test_sha()
263 output_length = sizeof(secret_224); in _nx_crypto_method_self_test_sha()
269 output_length = sizeof(secret_256); in _nx_crypto_method_self_test_sha()
275 output_length = sizeof(secret_384); in _nx_crypto_method_self_test_sha()
281 output_length = sizeof(secret_512); in _nx_crypto_method_self_test_sha()
287 output_length = sizeof(secret_512_224); in _nx_crypto_method_self_test_sha()
293 output_length = sizeof(secret_512_256); in _nx_crypto_method_self_test_sha()
332 output_length, in _nx_crypto_method_self_test_sha()
344 if(NX_CRYPTO_MEMCMP(output, secret, output_length) != 0) in _nx_crypto_method_self_test_sha()
Dnx_crypto_method_self_test_hmac_sha.c256 UINT output_length; in _nx_crypto_method_self_test_hmac_sha() local
274 output_length = sizeof(secret_1_96); in _nx_crypto_method_self_test_hmac_sha()
282 output_length = sizeof(secret_1_160); in _nx_crypto_method_self_test_hmac_sha()
291 output_length = sizeof(secret_224); in _nx_crypto_method_self_test_hmac_sha()
298 output_length = sizeof(secret_256); in _nx_crypto_method_self_test_hmac_sha()
306 output_length = sizeof(secret_384); in _nx_crypto_method_self_test_hmac_sha()
314 output_length = sizeof(secret_512); in _nx_crypto_method_self_test_hmac_sha()
322 output_length = sizeof(secret_512_224); in _nx_crypto_method_self_test_hmac_sha()
330 output_length = sizeof(secret_512_256); in _nx_crypto_method_self_test_hmac_sha()
370 output_length, in _nx_crypto_method_self_test_hmac_sha()
[all …]
Dnx_crypto_method_self_test_hmac_md5.c103 UINT output_length; in _nx_crypto_method_self_test_hmac_md5() local
113 output_length = 12; in _nx_crypto_method_self_test_hmac_md5()
117 output_length = 16; in _nx_crypto_method_self_test_hmac_md5()
157 output_length, in _nx_crypto_method_self_test_hmac_md5()
169 if(NX_CRYPTO_MEMCMP(output, secret_1, output_length) != 0) in _nx_crypto_method_self_test_hmac_md5()
227 output_length, in _nx_crypto_method_self_test_hmac_md5()
239 if(NX_CRYPTO_MEMCMP(output, secret_1, output_length) != 0) in _nx_crypto_method_self_test_hmac_md5()
Dnx_crypto_hmac.c157 key_length = hmac_metadata -> output_length; in _nx_crypto_hmac_initialize()
310 … hmac_metadata -> crypto_update(hmac_metadata -> context, icv_ptr, hmac_metadata -> output_length); in _nx_crypto_hmac_digest_calculate()
314 …est_ptr, icv_ptr, (digest_length > hmac_metadata -> output_length ? hmac_metadata -> output_lengt… in _nx_crypto_hmac_digest_calculate()
380 … UINT algorithm, UINT block_size, UINT output_length, in _nx_crypto_hmac_metadata_set() argument
389 hmac_metadata -> output_length = output_length; in _nx_crypto_hmac_metadata_set()
Dnx_crypto_ecjpake.c166 UCHAR *output, ULONG output_length, in _nx_crypto_ecjpake_hello_generate() argument
210 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate()
217 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate()
262 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate()
269 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate()
494 UCHAR *output, ULONG output_length, in _nx_crypto_ecjpake_key_exchange_generate() argument
549 output_length - (total_length + 1), in _nx_crypto_ecjpake_key_exchange_generate()
556 output_length - (total_length + 1), in _nx_crypto_ecjpake_key_exchange_generate()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_hmac_sha.c184 UINT output_length; in _nx_secure_crypto_method_self_test_hmac_sha() local
202 output_length = sizeof(secret_1_96); in _nx_secure_crypto_method_self_test_hmac_sha()
210 output_length = sizeof(secret_1_160); in _nx_secure_crypto_method_self_test_hmac_sha()
218 output_length = sizeof(secret_256); in _nx_secure_crypto_method_self_test_hmac_sha()
226 output_length = sizeof(secret_384); in _nx_secure_crypto_method_self_test_hmac_sha()
234 output_length = sizeof(secret_512); in _nx_secure_crypto_method_self_test_hmac_sha()
274 output_length, in _nx_secure_crypto_method_self_test_hmac_sha()
286 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_sha()
344 output_length, in _nx_secure_crypto_method_self_test_hmac_sha()
356 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_sha()
Dnx_secure_crypto_method_self_test_sha.c182 UINT output_length; in _nx_secure_crypto_method_self_test_sha() local
198 output_length = sizeof(secret_1); in _nx_secure_crypto_method_self_test_sha()
204 output_length = sizeof(secret_256); in _nx_secure_crypto_method_self_test_sha()
210 output_length = sizeof(secret_384); in _nx_secure_crypto_method_self_test_sha()
216 output_length = sizeof(secret_512); in _nx_secure_crypto_method_self_test_sha()
255 output_length, in _nx_secure_crypto_method_self_test_sha()
267 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_sha()
Dnx_secure_crypto_method_self_test_hmac_md5.c99 UINT output_length; in _nx_secure_crypto_method_self_test_hmac_md5() local
109 output_length = 12; in _nx_secure_crypto_method_self_test_hmac_md5()
113 output_length = 16; in _nx_secure_crypto_method_self_test_hmac_md5()
153 output_length, in _nx_secure_crypto_method_self_test_hmac_md5()
165 if(NX_SECURE_MEMCMP(output, secret_1, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_md5()
223 output_length, in _nx_secure_crypto_method_self_test_hmac_md5()
235 if(NX_SECURE_MEMCMP(output, secret_1, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_md5()
Dnx_secure_tls_1_3_generate_keys.c42 UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method);
47 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method);
50 … UCHAR *ikm, UINT ikm_len, UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method);
1219 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_derive_secret() argument
1337 output, output_length, hash_method); in _nx_secure_tls_derive_secret()
1390 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_hkdf_expand_label() argument
1511 output_length, in _nx_secure_tls_hkdf_expand_label()
1570 … UCHAR *ikm, UINT ikm_len, UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_hkdf_extract() argument
1625 output_length, in _nx_secure_tls_hkdf_extract()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_hmac.h75 UINT output_length; member
96 UINT algorithm, UINT block_size, UINT output_length,
Dnx_crypto_ecjpake.h112 UCHAR *output, ULONG output_length,
125 UCHAR *output, ULONG output_length,