Home
last modified time | relevance | path

Searched refs:hmac_ptr (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_module_hash_compute.c83 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr, in nx_secure_module_hash_compute() argument
98 if(hmac_ptr == NX_NULL) in nx_secure_module_hash_compute()
101 if(hmac_ptr -> nx_crypto_algorithm != NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_256) in nx_secure_module_hash_compute()
104 if (hmac_ptr -> nx_crypto_init) in nx_secure_module_hash_compute()
106 status = hmac_ptr -> nx_crypto_init(hmac_ptr, in nx_secure_module_hash_compute()
119 if (hmac_ptr -> nx_crypto_operation == NX_NULL) in nx_secure_module_hash_compute()
125 status = hmac_ptr -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in nx_secure_module_hash_compute()
127 hmac_ptr, /* Method, not used */ in nx_secure_module_hash_compute()
145 if (hmac_ptr -> nx_crypto_cleanup) in nx_secure_module_hash_compute()
147 status = hmac_ptr -> nx_crypto_cleanup(metadata); in nx_secure_module_hash_compute()
[all …]
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls_api.h171 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr,
Dnx_secure_tls.h1657 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr,