| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_sha.c | 241 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()
|
| D | nx_crypto_method_self_test_hmac_sha.c | 256 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 …]
|
| D | nx_crypto_method_self_test_hmac_md5.c | 103 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()
|
| D | nx_crypto_hmac.c | 157 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()
|
| D | nx_crypto_ecjpake.c | 166 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/ |
| D | nx_secure_crypto_method_self_test_hmac_sha.c | 184 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()
|
| D | nx_secure_crypto_method_self_test_sha.c | 182 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()
|
| D | nx_secure_crypto_method_self_test_hmac_md5.c | 99 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()
|
| D | nx_secure_tls_1_3_generate_keys.c | 42 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/ |
| D | nx_crypto_hmac.h | 75 UINT output_length; member 96 UINT algorithm, UINT block_size, UINT output_length,
|
| D | nx_crypto_ecjpake.h | 112 UCHAR *output, ULONG output_length, 125 UCHAR *output, ULONG output_length,
|