pub unsafe extern "C" fn otPlatCryptoHmacSha256Deinit(
    aContext: *mut otCryptoContext
) -> otError
Expand description

Uninitialize the HMAC operation.

@param[in] aContext Context for HMAC operation.

@retval OT_ERROR_NONE Successfully uninitialized HMAC operation. @retval OT_ERROR_FAILED Failed to uninitialized HMAC operation. @retval OT_ERROR_INVALID_ARGS @p aContext was NULL