Home
last modified time | relevance | path

Searched refs:nx_crypto_cbc_context (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_3des.c494 status = _nx_crypto_cbc_decrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
501 status = _nx_crypto_cbc_decrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
509 status = _nx_crypto_cbc_encrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
516 status = _nx_crypto_cbc_encrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
524 status = _nx_crypto_cbc_decrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
530 status = _nx_crypto_cbc_encrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
536 status = _nx_crypto_cbc_decrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
544 status = _nx_crypto_cbc_encrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_3des_operation()
Dnx_crypto_des.c837 status = _nx_crypto_cbc_decrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
844 status = _nx_crypto_cbc_decrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
852 status = _nx_crypto_cbc_encrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
859 status = _nx_crypto_cbc_encrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
867 status = _nx_crypto_cbc_decrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
873 status = _nx_crypto_cbc_encrypt_init(&(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
879 status = _nx_crypto_cbc_decrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
887 status = _nx_crypto_cbc_encrypt(context, &(context -> nx_crypto_cbc_context), in _nx_crypto_method_des_operation()
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_3des.h102 NX_CRYPTO_CBC nx_crypto_cbc_context; member
Dnx_crypto_des.h105 NX_CRYPTO_CBC nx_crypto_cbc_context; /* CBC metadata */ member