/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_method_self_test_sha.c | 242 UINT output_length; in _nx_crypto_method_self_test_sha() local 258 output_length = sizeof(secret_1); in _nx_crypto_method_self_test_sha() 264 output_length = sizeof(secret_224); in _nx_crypto_method_self_test_sha() 270 output_length = sizeof(secret_256); in _nx_crypto_method_self_test_sha() 276 output_length = sizeof(secret_384); in _nx_crypto_method_self_test_sha() 282 output_length = sizeof(secret_512); in _nx_crypto_method_self_test_sha() 288 output_length = sizeof(secret_512_224); in _nx_crypto_method_self_test_sha() 294 output_length = sizeof(secret_512_256); in _nx_crypto_method_self_test_sha() 333 output_length, in _nx_crypto_method_self_test_sha() 345 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 | 257 UINT output_length; in _nx_crypto_method_self_test_hmac_sha() local 275 output_length = sizeof(secret_1_96); in _nx_crypto_method_self_test_hmac_sha() 283 output_length = sizeof(secret_1_160); in _nx_crypto_method_self_test_hmac_sha() 292 output_length = sizeof(secret_224); in _nx_crypto_method_self_test_hmac_sha() 299 output_length = sizeof(secret_256); in _nx_crypto_method_self_test_hmac_sha() 307 output_length = sizeof(secret_384); in _nx_crypto_method_self_test_hmac_sha() 315 output_length = sizeof(secret_512); in _nx_crypto_method_self_test_hmac_sha() 323 output_length = sizeof(secret_512_224); in _nx_crypto_method_self_test_hmac_sha() 331 output_length = sizeof(secret_512_256); in _nx_crypto_method_self_test_hmac_sha() 371 output_length, in _nx_crypto_method_self_test_hmac_sha() [all …]
|
D | nx_crypto_method_self_test_hmac_md5.c | 104 UINT output_length; in _nx_crypto_method_self_test_hmac_md5() local 114 output_length = 12; in _nx_crypto_method_self_test_hmac_md5() 118 output_length = 16; in _nx_crypto_method_self_test_hmac_md5() 158 output_length, in _nx_crypto_method_self_test_hmac_md5() 170 if(NX_CRYPTO_MEMCMP(output, secret_1, output_length) != 0) in _nx_crypto_method_self_test_hmac_md5() 228 output_length, in _nx_crypto_method_self_test_hmac_md5() 240 if(NX_CRYPTO_MEMCMP(output, secret_1, output_length) != 0) in _nx_crypto_method_self_test_hmac_md5()
|
D | nx_crypto_hmac.c | 158 key_length = hmac_metadata -> output_length; in _nx_crypto_hmac_initialize() 311 … hmac_metadata -> crypto_update(hmac_metadata -> context, icv_ptr, hmac_metadata -> output_length); in _nx_crypto_hmac_digest_calculate() 315 …est_ptr, icv_ptr, (digest_length > hmac_metadata -> output_length ? hmac_metadata -> output_lengt… in _nx_crypto_hmac_digest_calculate() 381 … UINT algorithm, UINT block_size, UINT output_length, in _nx_crypto_hmac_metadata_set() argument 390 hmac_metadata -> output_length = output_length; in _nx_crypto_hmac_metadata_set()
|
D | nx_crypto_ecjpake.c | 167 UCHAR *output, ULONG output_length, in _nx_crypto_ecjpake_hello_generate() argument 211 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate() 218 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate() 263 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate() 270 output_length - (total_length + 1), in _nx_crypto_ecjpake_hello_generate() 495 UCHAR *output, ULONG output_length, in _nx_crypto_ecjpake_key_exchange_generate() argument 550 output_length - (total_length + 1), in _nx_crypto_ecjpake_key_exchange_generate() 557 output_length - (total_length + 1), in _nx_crypto_ecjpake_key_exchange_generate()
|
/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_crypto_method_self_test_sha.c | 183 UINT output_length; in _nx_secure_crypto_method_self_test_sha() local 199 output_length = sizeof(secret_1); in _nx_secure_crypto_method_self_test_sha() 205 output_length = sizeof(secret_256); in _nx_secure_crypto_method_self_test_sha() 211 output_length = sizeof(secret_384); in _nx_secure_crypto_method_self_test_sha() 217 output_length = sizeof(secret_512); in _nx_secure_crypto_method_self_test_sha() 256 output_length, in _nx_secure_crypto_method_self_test_sha() 268 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_sha.c | 185 UINT output_length; in _nx_secure_crypto_method_self_test_hmac_sha() local 203 output_length = sizeof(secret_1_96); in _nx_secure_crypto_method_self_test_hmac_sha() 211 output_length = sizeof(secret_1_160); in _nx_secure_crypto_method_self_test_hmac_sha() 219 output_length = sizeof(secret_256); in _nx_secure_crypto_method_self_test_hmac_sha() 227 output_length = sizeof(secret_384); in _nx_secure_crypto_method_self_test_hmac_sha() 235 output_length = sizeof(secret_512); in _nx_secure_crypto_method_self_test_hmac_sha() 275 output_length, in _nx_secure_crypto_method_self_test_hmac_sha() 287 if(NX_SECURE_MEMCMP(output, secret, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_sha() 345 output_length, in _nx_secure_crypto_method_self_test_hmac_sha() 357 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_hmac_md5.c | 100 UINT output_length; in _nx_secure_crypto_method_self_test_hmac_md5() local 110 output_length = 12; in _nx_secure_crypto_method_self_test_hmac_md5() 114 output_length = 16; in _nx_secure_crypto_method_self_test_hmac_md5() 154 output_length, in _nx_secure_crypto_method_self_test_hmac_md5() 166 if(NX_SECURE_MEMCMP(output, secret_1, output_length) != 0) in _nx_secure_crypto_method_self_test_hmac_md5() 224 output_length, in _nx_secure_crypto_method_self_test_hmac_md5() 236 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 | 43 UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method); 48 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method); 51 … UCHAR *ikm, UINT ikm_len, UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method); 1220 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_derive_secret() argument 1338 output, output_length, hash_method); in _nx_secure_tls_derive_secret() 1391 … UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_hkdf_expand_label() argument 1512 output_length, in _nx_secure_tls_hkdf_expand_label() 1571 … UCHAR *ikm, UINT ikm_len, UCHAR *output, UINT output_length, const NX_CRYPTO_METHOD *hash_method) in _nx_secure_tls_hkdf_extract() argument 1626 output_length, in _nx_secure_tls_hkdf_extract()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_hmac.h | 76 UINT output_length; member 97 UINT algorithm, UINT block_size, UINT output_length,
|
D | nx_crypto_ecjpake.h | 113 UCHAR *output, ULONG output_length, 126 UCHAR *output, ULONG output_length,
|