Searched refs:hmac_ptr (Results 1 – 3 of 3) sorted by relevance
83 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr, in nx_secure_module_hash_compute() argument98 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 …]
171 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr,
1657 UINT nx_secure_module_hash_compute(NX_CRYPTO_METHOD *hmac_ptr,