Searched refs:NX_CRYPTO_3DES (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.4.1/crypto_libraries/src/ |
D | nx_crypto_3des.c | 71 NX_CRYPTO_KEEP UINT _nx_crypto_3des_key_set(NX_CRYPTO_3DES *context, UCHAR key[24]) in _nx_crypto_3des_key_set() 133 NX_CRYPTO_KEEP UINT _nx_crypto_3des_encrypt(NX_CRYPTO_3DES *context, UCHAR source[8], in _nx_crypto_3des_encrypt() 199 NX_CRYPTO_KEEP UINT _nx_crypto_3des_decrypt(NX_CRYPTO_3DES *context, UCHAR source[8], in _nx_crypto_3des_decrypt() 277 NX_CRYPTO_3DES *triple_des_context_ptr; in _nx_crypto_method_3des_init() 295 if(crypto_metadata_size < sizeof(NX_CRYPTO_3DES)) in _nx_crypto_method_3des_init() 306 triple_des_context_ptr = (NX_CRYPTO_3DES *)(crypto_metadata); in _nx_crypto_method_3des_init() 364 NX_CRYPTO_MEMSET(crypto_metadata, 0, sizeof(NX_CRYPTO_3DES)); in _nx_crypto_method_3des_cleanup() 449 NX_CRYPTO_3DES *context; in _nx_crypto_method_3des_operation() 477 if(crypto_metadata_size < sizeof(NX_CRYPTO_3DES)) in _nx_crypto_method_3des_operation() 488 context = (NX_CRYPTO_3DES *)crypto_metadata; in _nx_crypto_method_3des_operation()
|
D | nx_crypto_methods.c | 797 sizeof(NX_CRYPTO_3DES), /* Metadata size in bytes */
|
/NetX-Duo-v6.4.1/crypto_libraries/inc/ |
D | nx_crypto_3des.h | 103 } NX_CRYPTO_3DES; typedef 108 UINT _nx_crypto_3des_key_set(NX_CRYPTO_3DES * context, UCHAR key[24]); 109 UINT _nx_crypto_3des_encrypt(NX_CRYPTO_3DES * context, UCHAR source[8], UCHAR destination[8], UINT … 110 UINT _nx_crypto_3des_decrypt(NX_CRYPTO_3DES * context, UCHAR source[8], UCHAR destination[8], UINT …
|
/NetX-Duo-v6.4.1/test/regression/crypto_test/ |
D | crypto_size_print.c | 74 …printf(" sizeof(NX_CRYPTO_3DES), %d\n", sizeof(NX_CRYPTO_3DES)); … in main()
|
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_3des_test.c | 21 sizeof(NX_CRYPTO_3DES), /* Metadata size in bytes */ 29 static NX_CRYPTO_3DES _3des_ctx;
|
D | nx_secure_crypto_self_test.c | 45 sizeof(NX_CRYPTO_3DES), /* Metadata size in bytes */
|
D | nx_secure_3des_error_checking_test.c | 21 sizeof(NX_CRYPTO_3DES), /* Metadata size in bytes */ 31 static NX_CRYPTO_3DES _3des_ctx;
|