Searched refs:NX_CRYPTO_MEMCMP (Results 1 – 15 of 15) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_method_self_test_des.c | 161 if (NX_CRYPTO_MEMCMP(output, secret_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_crypto_method_self_test_des() 186 if (NX_CRYPTO_MEMCMP(output, plain_1, INPUT_OUTPUT_LENGTH) != 0) in _nx_crypto_method_self_test_des()
|
D | nx_crypto_method_self_test_3des.c | 191 if (NX_CRYPTO_MEMCMP(output, secret_1, input_output_length) != 0) in _nx_crypto_method_self_test_3des() 243 if (NX_CRYPTO_MEMCMP(output, plain_2, input_output_length) != 0) in _nx_crypto_method_self_test_3des()
|
D | nx_crypto_method_self_test_hmac_md5.c | 170 if(NX_CRYPTO_MEMCMP(output, secret_1, output_length) != 0) 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_method_self_test_rsa.c | 657 if (NX_CRYPTO_MEMCMP(output, secret[i], output_size[i]) != 0) in _nx_crypto_method_self_test_rsa() 704 if (NX_CRYPTO_MEMCMP(output, plain[i], output_size[i]) != 0) in _nx_crypto_method_self_test_rsa() 788 if (NX_CRYPTO_MEMCMP(output, plain[i], output_size[i]) != 0) in _nx_crypto_method_self_test_rsa()
|
D | nx_crypto_method_self_test_aes.c | 262 if (NX_CRYPTO_MEMCMP(output, secret_encrypt, INPUT_OUTPUT_LENGTH) != 0) in _nx_crypto_method_self_test_aes() 310 if (NX_CRYPTO_MEMCMP(output, plain_decrypt, INPUT_OUTPUT_LENGTH) != 0) in _nx_crypto_method_self_test_aes()
|
D | nx_crypto_method_self_test_md5.c | 154 if(NX_CRYPTO_MEMCMP(output, secret_1, sizeof(secret_1)) != 0) in _nx_crypto_method_self_test_md5()
|
D | nx_crypto_method_self_test_hmac_sha.c | 383 if(NX_CRYPTO_MEMCMP(output, secret, output_length) != 0) in _nx_crypto_method_self_test_hmac_sha() 453 if(NX_CRYPTO_MEMCMP(output, secret, output_length) != 0) in _nx_crypto_method_self_test_hmac_sha()
|
D | nx_crypto_method_self_test_drbg.c | 491 if(NX_CRYPTO_MEMCMP(output, returned_bits, returned_bits_len) != 0) in _nx_crypto_method_self_test_drbg() 648 if(NX_CRYPTO_MEMCMP(output, returned_bits_npr_aes128, sizeof(returned_bits_npr_aes128)) != 0) in _nx_crypto_method_self_test_drbg()
|
D | nx_crypto_method_self_test_sha.c | 345 if(NX_CRYPTO_MEMCMP(output, secret, output_length) != 0) in _nx_crypto_method_self_test_sha()
|
D | nx_crypto_method_self_test_pkcs1.c | 252 if(NX_CRYPTO_MEMCMP(output, cipher_text, modulus_len) != 0) in _nx_crypto_method_self_test_pkcs1()
|
D | nx_crypto_method_self_test_prf.c | 266 if(NX_CRYPTO_MEMCMP(output, result, result_length) != 0) in _nx_crypto_method_self_test_prf()
|
D | nx_crypto_method_self_test_ecdh.c | 298 …if(NX_CRYPTO_MEMCMP(output, shared_secret, extended_output.nx_crypto_extended_output_actual_size) … in _nx_crypto_method_self_test_ecdh()
|
D | nx_crypto_pkcs1_v1.5.c | 303 if (NX_CRYPTO_MEMCMP(EM1, EM2, ctx -> modulus_size)) in _nx_crypto_pkcs1_v1_5_verify()
|
D | nx_crypto_ccm.c | 607 …if (NX_CRYPTO_MEMCMP(temp, ccm_metadata -> nx_crypto_ccm_X, ccm_metadata -> nx_crypto_ccm_icv_leng… in _nx_crypto_ccm_decrypt_calculate()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto.h | 147 #ifndef NX_CRYPTO_MEMCMP 148 #define NX_CRYPTO_MEMCMP memcmp macro
|